Disabling Typos in Facet Search Using TypesenseInstantSearchAdapter
TLDR Ivan wants to disable typos in facet search using TypesenseInstantSearchAdapter but Kishore Nallan says the feature is not yet available. They plan to work on it in future updates.
1
Dec 01, 2021 (26 months ago)
Ivan
09:25 AMthis.typesenseInstantsearchAdapter = new TypesenseInstantSearchAdapter({
server: {
apiKey: this.data.serverSettings.apikey,
nodes: [
{
host: this.data.serverSettings.host,
port: this.data.serverSettings.port,
protocol: 'https',
},
],
},
additionalSearchParameters: {
queryBy: 'plaintexttitle',
numTypos: 0,
},
Kishore Nallan
09:27 AMIvan
09:31 AMIvan
09:53 AMhttps://github.com/typesense/typesense/issues/429
Kishore Nallan
09:54 AMAndrew
10:00 AMKishore Nallan
11:39 AMAndrew
12:28 PM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Resolving Multilingual Search Function in Typesense Software
Bill is having difficulty with multilingual search functionality in Typesense software. Developer Kishore Nallan suggested setting a language locale and provided a demo build. The build solution had some issues, and after multiple rounds of software updates and troubleshooting, the problem still persists.
Troubleshooting Typesense Setup and Understanding Facets and Keywords
Demitri encountered errors when exploring Typesense for the first time. Jason guided them through troubleshooting and discussed facets, keyword settings, and widget configurations. Helin shared a Python demo app and its source code to help Demitri with their project.
Typesense Bug Fix with `canceled_at` Field and Upgrade Concerns
Mateo reported an issue regarding the treatment of an optional field by Typesense which was confirmed a bug by Jason. After trying an upgrade, an error arose. Jason explained the bug was due to a recent change and proceeded to downgrade their version. Future upgrade protocols were discussed.
Resolving Typesense Field Setup Issue
em1nos is having an issue running Algolia/InstantSearch adaptation to Typesense due to field attribute disparity. Jason advised checking the attribute in the schema while Kishore Nallan pointed out a typo. Following the corrections, the issue was resolved.
Enhancing Typesense-JS For Improved Cache Management
Jordan requested a way to clear the cache in 'typesense-js' when a new document is added. Jason recommended a work-around and supported Jordan's idea to add a 'clearCache' method. Jordan then submitted a PR for this implementation.