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 f188ed0 commit 0a56edbCopy full SHA for 0a56edb
src/types/types.ts
@@ -513,9 +513,15 @@ export type Settings = {
513
searchCutoffMs?: SearchCutoffMs;
514
localizedAttributes?: LocalizedAttributes;
515
516
- /** Enable facet searching on all the filters of an index (requires Meilisearch 1.12.0 or later) */
+ /**
517
+ * Enable facet searching on all the filters of an index (requires Meilisearch
518
+ * 1.12.0 or later)
519
+ */
520
facetSearch?: boolean;
- /** Enable the ability to search a word by prefix on an index (requires Meilisearch 1.12.0 or later) */
521
522
+ * Enable the ability to search a word by prefix on an index (requires
523
+ * Meilisearch 1.12.0 or later)
524
525
prefixSearch?: "indexingTime" | "disabled";
526
};
527
0 commit comments