Allow 'query' to be omitted from find*() #2883
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#2883
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, calling
findDocuments({}, Ox.print)
raisesKeyError
. I hit this infindDocuments()
and thought I'd fix the rest this time.It might be nice to share some of this logic, but I'm afraid I don't have time right now.
Attachment 0001-Allow-query-to-be-omitted-from-find-fixes-2883.patch (5528 bytes) added
Also in https://gitlab.com/wjt/pandora branch 2883-omit-query-from-request
In 47d8d67/pandora: