Skip to content

Commit 0a56edb

Browse files
committed
prettier
1 parent f188ed0 commit 0a56edb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/types/types.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,15 @@ export type Settings = {
513513
searchCutoffMs?: SearchCutoffMs;
514514
localizedAttributes?: LocalizedAttributes;
515515

516-
/** Enable facet searching on all the filters of an index (requires Meilisearch 1.12.0 or later) */
516+
/**
517+
* Enable facet searching on all the filters of an index (requires Meilisearch
518+
* 1.12.0 or later)
519+
*/
517520
facetSearch?: boolean;
518-
/** 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+
*/
519525
prefixSearch?: "indexingTime" | "disabled";
520526
};
521527

0 commit comments

Comments
 (0)