@@ -1399,11 +1399,30 @@ If set to false, disables typo tolerance on numeric tokens (numbers).
1399
1399
#### ignorePlurals
1400
1400
1401
1401
- scope: `settings`, `search`
1402
- - type: `boolean`
1402
+ - type: `boolean`, `array of strings`
1403
1403
- default: `false`
1404
1404
1405
1405
1406
- If set to true, plural won' t be considered as a typo. For example, car and cars, or foot and feet will be considered as equivalent. Defaults to false .
1406
+ Consider singular and plurals forms a match without typo. For example, car and
1407
+ cars, or foot and feet will be considered equivalent. This parameter can be:
1408
+
1409
+ - a **boolean**: enable or disable plurals for all 59 supported languages.
1410
+ - a **list of language ISO codes** for which plurals should be enabled.
1411
+
1412
+ This option is set to `false` by default.
1413
+
1414
+ Afrikaans=`af`, Arabic=`ar`, Azeri=`az`, Bulgarian=`bg`, Catalan=`ca`,
1415
+ Czech=`cs`, Welsh=`cy`, Danis=`da`, German=`de`, English=`en`,
1416
+ Esperanto=`eo`, Spanish=`es`, Estonian=`et`, Basque=`eu`, Finnish=`fi`,
1417
+ Faroese=`fo`, French=`fr`, Galician=`gl`, Hebrew=`he`, Hindi=`hi`,
1418
+ Hungarian=`hu`, Armenian=`hy`, Indonesian=`id`, Icelandic=`is`, Italian=`it`,
1419
+ Japanese=`ja`, Georgian=`ka`, Kazakh=`kk`, Korean=`ko`, Kyrgyz=`ky`,
1420
+ Lithuanian=`lt`, Maori=`mi`, Mongolian=`mn`, Marathi=`mr`, Malay=`ms`,
1421
+ Maltese=`mt`, Norwegian=`nb`, Dutch=`nl`, Northern Sotho=`ns`, Polish=`pl`,
1422
+ Pashto=`ps`, Portuguese=`pt`, Quechua=`qu`, Romanian=`ro`, Russian=`ru`,
1423
+ Slovak=`sk`, Albanian=`sq`, Swedish=`sv`, Swahili=`sw`, Tamil=`ta`,
1424
+ Telugu=`te`, Tagalog=`tl`, Tswana=`tn`, Turkish=`tr`, Tatar=`tt`,
1425
+ Ukrainian=`uk`, Urdu=`ur`, Uzbek=`uz`, Chinese=`zh`
1407
1426
1408
1427
#### disableTypoToleranceOnAttributes
1409
1428
@@ -2023,7 +2042,7 @@ You may want to perform multiple operations with one API call to reduce latency.
2023
2042
2024
2043
2025
2044
2026
- If you have one index per user, you may want to perform a batch operations across severals indexes .
2045
+ If you have one index per user, you may want to perform a batch operations across several indices .
2027
2046
We expose a method to perform this type of batch:
2028
2047
2029
2048
```java
0 commit comments