Issue with Including More Than 4 Fields in QueryBy
TLDR vikram faces a problem when adding a fifth field to QueryBy - the results become empty. Kishore Nallan asks for a reproducible code example and sample dataset to identify the problem.
Nov 24, 2022 (13 months ago)
vikram
09:57 AMKishore Nallan
09:58 AMvikram
10:34 AMKishore Nallan
10:44 AMvikram
10:44 AMKishore Nallan
10:55 AMvikram
10:57 AMKishore Nallan
11:05 AMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Limiting Results by Facets in `queryBy` Clause
gab asks about limiting results by facets in the `queryBy` clause. Kishore Nallan suggests making multiple queries independently using the multi_search endpoint.
Discussing Data Retrieval in Typesense Cloud Tool
Ricardo inquired about the impact of using non-searched fields in data records with Typesense. Jason explained that all fields are fetched from the disk, even if unindexed, pointing out it might not affect performance, with the benefit of reducing separate database API calls.
Performance Issues with Adding Filters to Large Datasets
Cirdes is experiencing slower response times when adding filters to a large dataset. Jason suggests trying a different version and using a different format for filters. They also inquire about the value of the 'found' field and if removing the sort_by field improves performance. SamHendley chimes in with their own similar issues and Kishore Nallan offers to discuss solutions further in DM. krok expresses interest in the discussion. Further tests and optimizations are planned.
Multiple Filters and JSON Requests in Typesense
Manish asked about multiple filter_by arguments, JSON input, and using multisearch. Jason offered typesense documentation links, examples, and how to use JSON formatted requests with multisearch. Ed shared a similar use case.
Discussion on Retrieving Extra Facet Values
Ricardo inquired about retrieving extra facet values beyond the max_facet_values limit. Kishore Nallan suggested a workaround and asked Ricardo to open a GitHub issue for the feature request.