Discussion on Return of Request Parameters
TLDR Ricardo queried about request params not returning filter_by
, Kishore Nallan clarified that only params needed for UI rendering are returned.
Jul 10, 2021 (29 months ago)
Ricardo
09:22 AMrequest_params
doesn't include the filter_by
. is this the correct behaviour? why are only some request_params returned in the response?Kishore Nallan
09:54 AMJul 11, 2021 (28 months ago)
Ricardo
04:43 AMRicardo
04:43 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Usage and Modification of Dynamic Routes in Typesense Documents
Ethan needed a way to perform exact queries through two fields in Typesense documents. Kishore Nallan demonstrated its possibility using the "filter_by". An issue was resolved via recommending that fields in 'query by' should be a string type.
Understanding Search Parameters and Functions in a Database
Mubashirullah needed help with formulating search queries. Kishore Nallan explained how to use filter_by, query_by, and facet_query. The thread ended with corrections to a search syntax error.
Troubleshooting Typesense Filter_by Parameter Issue
Sagar had trouble with the filter_by parameter in Typesense. Kishore Nallan identified issue related to indexing, which resolved part of the issue. Guidance was given for handling null values.