We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6ab2e commit 20ae5c5Copy full SHA for 20ae5c5
src/types/types.ts
@@ -513,9 +513,9 @@ export type Settings = {
513
searchCutoffMs?: SearchCutoffMs;
514
localizedAttributes?: LocalizedAttributes;
515
516
- /** Enable facet searching on all the filters of an index. */
+ /** Enable facet searching on all the filters of an index (requires Meilisearch 1.12.0 or later) */
517
facetSearch?: boolean;
518
- /** Enable the ability to search a word by prefix on an index. */
+ /** Enable the ability to search a word by prefix on an index (requires Meilisearch 1.12.0 or later) */
519
prefixSearch?: "indexingTime" | "disabled";
520
};
521
0 commit comments