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

Add Facet search support #592

Merged
merged 11 commits into from
Jan 8, 2025
Prev Previous commit
Update .code-samples.meilisearch.yaml
curquiza authored Jan 8, 2025
commit c88e22f5f81bfc74b5bb56a209b8d00dceca66a7
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
@@ -802,7 +802,7 @@ facet_search_1: |-
Filter = "rating > 3"
};
await client.Index("books").FacetSearchAsync("genres", query);
facet_search_2: |-
facet_search_3: |-
var query = new SearchFacetsQuery()
{
FacetQuery = "c"