Hello we are migrating from Algolia to Typesense, ...
# community-help
z
Hello we are migrating from Algolia to Typesense, and want to find the corresponding features for these algolia configs in screenshot. We've migrated many other features but this list of features we are not sure which exact settings/configs we should use in Typesense, could someone please give us a hint? Thanks a lot!
k
allowTyposOnNumericTokens
==
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-parameters
z
@Kishore Nallan Thanks for the info, this is really helpful!! For
enable_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