-
Notifications
You must be signed in to change notification settings - Fork 46
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
Filtering? #141
Comments
Hello 👋 Sorry for the long response, been pretty busy. The filtering is combined into the query system, you can use the
|
@ChillFish8 this seems to be recurring issue. Understanding the Lnx search syntax by looking at https://docs.lnx.rs/#tag/Run-searches/operation/Search_Index_indexes__index__search_post or even the Rust docs is basically impossible for mere mortals. How about you'd add an example for each feature? That would be extremely helpful |
@Hades32 I agree, although I am currently overhauling the existing rest API so it is easier to use, so I will target adding examples for that. Hopefully that should be ready some time next week :) |
Hey there. Doesn't lnx have a filtering feature? I couldn't find any relevant info in the docs/README, and there also doesn't seem to be an issue about this. By filtering I mean being able to narrow down search results based on the value of specific properties (e.g.
averageRating > 4
, etc.). Meilisearch, Typesense, and so on all do provide some filtering capabilities.The text was updated successfully, but these errors were encountered: