Skip to content

Commit be7fac3

Browse files
authored
Remove typo tolerance settings from movies index
Removed typo tolerance settings for movies index.
1 parent 62aed01 commit be7fac3

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.code-samples.meilisearch.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -260,18 +260,6 @@ update_displayed_attributes_1: |-
260260
});
261261
reset_displayed_attributes_1: |-
262262
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);
275263
get_typo_tolerance_1:
276264
client.index("books").getTypoToleranceSettings();
277265
update_typo_tolerance_1: |-

0 commit comments

Comments
 (0)