File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,15 @@ const searchClient = instantMeiliSearch(
7676
7777## 💅 Customization
7878
79- InstantMeilisearch offers some options you can set to further fit your needs.
80-
81- ### Customization
79+ ` instant-meilisearch ` offers some options you can set to further fit your needs.
8280
8381- [ ` placeholderSearch ` ] ( (#placeholder-search) ) : Enable or disable placeholder search (default: ` true ` ).
8482- [ ` paginationTotalHits ` ] ( #pagination-total-hits ) : Maximum total number of hits to create a finite pagination (default: ` 200 ` ).
8583- [ ` primaryKey ` ] ( #primary-key ) : Specify the primary key of your documents (default ` undefined ` ).
8684- [ ` keepZeroFacets ` ] ( #keep-zero-facets ) : Show the facets value even when they have 0 matches (default ` false ` ).
8785
88- The options are added as the third parameter of the ` instantMeilisearch ` function
86+ The options are added as the third parameter of the ` instantMeilisearch ` function.
87+
8988``` js
9089import { instantMeiliSearch } from ' @meilisearch/instant-meilisearch'
9190
You can’t perform that action at this time.
0 commit comments