Skip to content

Commit 2e1af9c

Browse files
authored
fix typo (#3015)
dot not need -> do not need
1 parent 09ae09b commit 2e1af9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/indexing/indexing_best_practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By default, all document fields are searchable. The fewer fields Meilisearch nee
1515

1616
### Review filterable and sortable attributes
1717

18-
Some document fields are necessary for [filtering](/learn/filtering_and_sorting/filter_search_results) and [sorting](/learn/filtering_and_sorting/sort_search_results) results, but they dot not need to be _searchable_. Generally, **numeric and boolean fields** fall into this category. Make sure to review your list of searchable attributes and remove any fields that are only used for filtering or sorting.
18+
Some document fields are necessary for [filtering](/learn/filtering_and_sorting/filter_search_results) and [sorting](/learn/filtering_and_sorting/sort_search_results) results, but they do not need to be _searchable_. Generally, **numeric and boolean fields** fall into this category. Make sure to review your list of searchable attributes and remove any fields that are only used for filtering or sorting.
1919

2020
## Configure your index before adding documents
2121

0 commit comments

Comments
 (0)