-
-
Notifications
You must be signed in to change notification settings - Fork 532
Open
Labels
Description
When using the API, the current document search syntax is working but is a bit awkward.
I'm thinking that a more HTTP-y syntax would be easier to use, and it would avoid to add even more code to the parser in charge of extracting the search parameters when a new parameter is added.
A possible approach would be to be able to pass the search parameters as HTTP params. As far as I see there would be no conflict with the existing parameters. To be more future proof a prefix could be added (like search_uafter).
What do you think of it?
I could add the feature to the API and add a new method to the Android lib, but probably not migrate the frontend.