We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
search api in lunr.js parse a query string to create a query object. (https://github.com/olivernn/lunr.js/blob/master/lib/index.js#L92)
using query object directly will give us much more flexibility. https://lunrjs.com/docs/lunr.Query.html https://lunrjs.com/docs/lunr.Index.html
can help with #468
The text was updated successfully, but these errors were encountered:
nataly87s
No branches or pull requests
search api in lunr.js parse a query string to create a query object. (https://github.com/olivernn/lunr.js/blob/master/lib/index.js#L92)
using query object directly will give us much more flexibility.
https://lunrjs.com/docs/lunr.Query.html
https://lunrjs.com/docs/lunr.Index.html
can help with #468
The text was updated successfully, but these errors were encountered: