We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b42fcc commit de3810aCopy full SHA for de3810a
1 file changed
.code-samples.meilisearch.yaml
@@ -260,7 +260,8 @@ update_displayed_attributes_1: |-
260
});
261
reset_displayed_attributes_1: |-
262
client.index("movies").resetDisplayedAttributesSettings();
263
-get_typo_tolerance_1: client.index("books").getTypoToleranceSettings();
+get_typo_tolerance_1: |-
264
+ client.index("books").getTypoToleranceSettings();
265
update_typo_tolerance_1: |-
266
TypoTolerance typoTolerance = new TypoTolerance();
267
HashMap<String, Integer> minWordSizeTypos =
0 commit comments