Set the initial fuzziness level for search matching
The thresholdValue prop controls how "fuzzy" the search is. It's a
number between 0.0 (exact matches only) and 1.0 (very loose matching).
thresholdValue=0.6 The search starts with moderate fuzziness (0.6), allowing for typos and partial matches.
🎯 Try it: Use the fuzziness slider to see how different thresholds affect your results. Lower values give more precise results, higher values cast a wider net.
[
{
"japanese": "行く",
"romaji": "iku",
"english": "go"
},
{
"japanese": "見る",
"romaji": "miru",
"english": "see, look at"
},
{
"japanese": "多い",
"romaji": "ooi",
"english": "a lot of, many"
},
...
]