Skip to content

Commit

Permalink
Merge #1582
Browse files Browse the repository at this point in the history
1582: Fix broken link in README.md r=mdubus a=curquiza

Fixes #1581 

Related to: meilisearch/documentation#2566

Co-authored-by: Clémentine U. - curqui <[email protected]>
  • Loading branch information
meili-bors[bot] and curquiza committed Sep 20, 2023
2 parents d5c2bde + 9cc63c2 commit 412d9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ await index.search(
}
```

Note that to enable faceted search on your dataset you need to add `genres` to the `filterableAttributes` index setting. For more information on filtering and faceting, [consult our documentation settings](https://www.meilisearch.com/docs/learn/advanced/faceted_search).
Note that to enable faceted search on your dataset you need to add `genres` to the `filterableAttributes` index setting. For more information on filtering and faceting, [consult our documentation settings](https://www.meilisearch.com/docs/learn/fine_tuning_results/faceted_search).

#### Abortable search <!-- omit in toc -->

Expand Down

0 comments on commit 412d9a7

Please sign in to comment.