Skip to content

Commit 864e969

Browse files
Remove mention of facet sort from facet search (#3285)
1 parent d16ead3 commit 864e969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/facet_search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { RouteHighlighter } from '/snippets/route_highlighter.mdx'
88

99
import CodeSamplesFacetSearch1 from '/snippets/samples/code_samples_facet_search_1.mdx';
1010

11-
The `/facet-search` route allows you to search for facet values. Facet search supports [prefix search](/learn/engine/prefix) and [typo tolerance](/learn/relevancy/typo_tolerance_settings). The returned hits are sorted lexicographically in ascending order. You can configure how facets are sorted using the [`sortFacetValuesBy`](/reference/api/settings#faceting-object) property of the `faceting` index settings.
11+
The `/facet-search` route allows you to search for facet values. Facet search supports [prefix search](/learn/engine/prefix) and [typo tolerance](/learn/relevancy/typo_tolerance_settings). The returned hits are sorted lexicographically in ascending order.
1212

1313
<Note>
1414
Meilisearch does not support facet search on numbers. Convert numeric facets to strings to make them searchable.

0 commit comments

Comments
 (0)