I am trying to: Get the result based on location search
Link to a page where the issue can be seen: hidden link
I expected to see: I need to get result, if i am selecting multiple locations ( either in checkbox or multi select drop down)
Instead, I got: Instead I am forced to select only one location to get the result.
Note: My concern is query filter is not working based on OR operator for location field. I have tried with all the possible options which is provided in view page. Have attached the screen shot with single location selection and multiple location selection... have a note of it...
Hi, it looks like you want to create a View that displays results using a distance filter, and you want to allow multiple distance origins. Unfortunately the distance filter is not designed to accept multiple distance origins. It is designed to accept one map center URL parameter, and base its calculations on that value. If you want to extend that filter to allow multiple distance origins, you could use the wpv_filter_query API to programmatically combine the results from multiple Views, each with a single distance origin.
https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query