Running Multiple Radius Searches in Multisearch
TLDR Chad asked about running multiple radius searches, then discovered the correct syntax: filter_by: "Location: (37.787242602596706, -122.40687973821338, 1.0 km) || Location: (37.787242602596706, -122.40687973821338, 1.0 km)"
.
1
May 17, 2023 (7 months ago)
Chad
07:17 PMfilter_by: "Location: [(37.787242602596706, -122.40687973821338, 1.0 km), (37.787242602596706, -122.40687973821338, 1.0 km)]"
Thanks!Chad
07:18 PMChad
07:19 PMfilter_by: "Location: (37.787242602596706, -122.40687973821338, 1.0 km) || Location: (37.787242602596706, -122.40687973821338, 1.0 km)"
1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
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.
Moving from Algolia to Typesense: Questions and Answers
Juan sought advice from Kishore Nallan about moving from Algolia to Typesense, handling MultiSearch, setting parameters, checking imported documents, and a specific syntax query.
Performance Characteristics of Filtering Search Results
Oskar queries the performance difference in filtering search results. Jason clarifies how filters work and provides performance improvement suggestions like increasing vCPUs and sharding the collection. Kishore Nallan explains filter IDs and document ID matching. The thread concludes with discussions on performance tradeoffs in filter implementation.