We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62aed01 commit be7fac3Copy full SHA for be7fac3
1 file changed
.code-samples.meilisearch.yaml
@@ -260,18 +260,6 @@ update_displayed_attributes_1: |-
260
});
261
reset_displayed_attributes_1: |-
262
client.index("movies").resetDisplayedAttributesSettings();
263
-getting_started_typo_tolerance: |-
264
- HashMap<String, Integer> minWordSizeTypos =
265
- new HashMap<String, Integer>() {
266
- {
267
- put("oneTypo", 4);
268
- }
269
- };
270
-
271
- TypoTolerance typoTolerance = new TypoTolerance();
272
- typoTolerance.setMinWordSizeForTypos(minWordSizeTypos);
273
274
- client.index("movies").updateTypoToleranceSettings(typoTolerance);
275
get_typo_tolerance_1:
276
client.index("books").getTypoToleranceSettings();
277
update_typo_tolerance_1: |-
0 commit comments