#community-help

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)".

Powered by Struct AI

1

May 17, 2023 (7 months ago)
Chad
Photo of md5-69d357a33c83b3fdec86b7e1765a50f5
Chad
07:17 PM
Is the way to run multiple radius searches to use multisearch? I sort of wanted something like this to work but couldn't figure out a syntax: filter_by: "Location: [(37.787242602596706, -122.40687973821338, 1.0 km), (37.787242602596706, -122.40687973821338, 1.0 km)]" Thanks!
07:18
Chad
07:18 PM
That is, "find me places within any of the given radii"
07:19
Chad
07:19 PM
oo, looks like maybe this is working filter_by: "Location: (37.787242602596706, -122.40687973821338, 1.0 km) || Location: (37.787242602596706, -122.40687973821338, 1.0 km)"

1