Zhexuan Liu
01/31/2025, 5:51 AMKishore Nallan
01/31/2025, 12:09 PMallowTyposOnNumericTokens
== enable_typos_for_numerical_tokens
cameCaseAttributes
- not supported
removeStopWords
- check: https://typesense.org/docs/27.1/api/stopwords.html#stopwords
advancedSyntax
-- what does this do in Algolia?
removeWordsIfNoResults: none
== drop_tokens_threshold: 0
queryType = prefixLast
is already the default behavior
exactOnSingleWordQuery
-> not sure what this does in Algolia.
paginationLimitedTo
- check limit_hits
here: https://typesense.org/docs/27.1/api/search.html#results-parametersZhexuan Liu
02/01/2025, 9:19 AMenable_typos_for_numerical_tokens
, I noticed in the Javascript API client there's no such definition for it in the type, do we need to upgrade API client to one of the rc versions in order to use it? Currently we are using 1.8.2
which is the latest version