Addressing `filterBy` Issues and Using `configure` Widget
TLDR Sean had issues with filterBy
and understanding negation. Jason suggested using configure
widget and updated the adapter, resolving the issues.

Oct 07, 2021 (23 months ago)
Sean
01:23 AMfilterBy
not support for additionalSearchParameters?Jason
01:25 AMconfigure
widget instead.More context here: https://github.com/typesense/typesense-instantsearch-adapter/blob/192d08f3edf42ea5fd7fc9224a24ed7bfcbc8cd4/README.md#configure
Sean
01:27 AMSean
01:27 AM
Sean
01:30 AMfacetFilter
option instead of the syntax in the typesense docs?Jason
01:30 AMSean
01:43 AMI cannot get the syntax right.
Sean
01:54 AMJason
01:58 AMJason
01:59 AMSean
02:11 AM
Jason
03:48 AMSean
11:37 AMSean
01:11 PMJason
02:36 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Fixing Multiple Document Retrieval in Typesense
Phil needed an efficient way to retrieve multiple documents by id. Kishore Nallan proposed a solution available in a pre-release build. After some bug fixing regarding id matching by Jason and Kishore Nallan, Phil successfully tested the solution.



Typesense Sorting Query and Bug Report
michtio is new to Typesense and is querying sorting implementation. Jason shares resources and suggests use of specific adapters. However, michtio shares a bug found when applying a filter on Typesense. Jason asks for a GitHub issue to be opened for the bug.
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.

Implementation and Testing of Negative Filtering on Typesense
Stefan needed an ETA on implementing negative filtering on layer of `typesense`. Kishore Nallan provided updates, fixes, and an early build for testing. Further plans on adding it to instantsearch adapter were discussed, with Stefan also offering to contribute.


Implementing State Export Feature Using Typesense InstantSearch.js on Node.js Backend
Kyle needed help passing search state to backend for implementing an "Export" feature, while using Typesense InstantSearch. Jason provided multiple solutions including advice on using Typesense InstantSearch adapter. The issue was resolved after some iteration.
