Quick library feedback, is there any good reason f...
# community-help
d
Quick library feedback, is there any good reason for
num_typos
to be string? Kinda confusing when turning off typo tolerance,
num_typos
being string and
typo_tokens_threshold
number as expected. Thanks
k
Yes, you can provide a comma separated list of
num_typos
whose order matches the
query_by
list. This way you can disable num_typos for certain fields.
d
Ah, good! Thanks for explaining!
👍 1