Open
Description
On the topic of Complex Queries, as described in the wiki, I think this is fairly important feature to include in any library api, as people tend to need to search for their data. With no form of partial matching available, it may be difficult to provide a good user experience as a client would be limited to predefined options, or rigid search behavior that is only able to render exact matches. I do also agree with the decision to keep the query syntax simple and rooted in basic HTTP syntax though.
How would you feel about supporting basic globbing syntax in query values (or even just the Kleene Star, as that would be the most useful) in field values?
Pros:
- Easily understood
- Easy to implement
Cons:
- Rather limited functionality
- Character encoding complexity
- Support for globbing characters would need to be accompanied by a percent encoding recommendation / requirement.
- How to distinguish between wildcards and literal characters?
Metadata
Metadata
Assignees
Labels
No labels
Activity