Skip to content

Search #18

Open
Open
@gryphonmyers

Description

@gryphonmyers

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions