Skip to content

Commit 8fa84da

Browse files
Update reference/api/faceting.md
Co-authored-by: Guillaume Mourier <[email protected]>
1 parent be6cd5c commit 8fa84da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/faceting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Partially update the faceting settings for an index. The index [`uid`](/learn/co
4949
**Type:** integer
5050
**Default value:** `100`
5151

52-
Configure the maximum number of facet values returned for each facet. Values are alphabetically sorted.
52+
Configure the maximum number of facet values returned for each facet. Values are sorted in ascending lexicographical order.
5353

5454
For example, suppose a query's search results contain a total of three values for a `colors` facet: `blue`, `green`, and `red`. If you set `maxValuesPerFacet` to `2`, Meilisearch will only return `blue` and `green` in the response body's `facetDistribution` object.
5555

0 commit comments

Comments
 (0)