Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose sort and custom queries (instead of using QueryParser) #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 24, 2013

  1. This commit introduces two new features:

    1) It is possible to pass a sort to the search function to have the output sorted. A utility function for creating the most common sorts is provided but it is also possible to create a sort manually and pass it to search.
    
    2) It is possible to pass the search function an instantiated query rather than a string to bypass the query parser. Passing a string works as expected.
    casperc committed Jul 24, 2013
    Configuration menu
    Copy the full SHA
    5158546 View commit details
    Browse the repository at this point in the history