bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

Filter on data in child array #277

Open StanMenten opened 2 years ago

StanMenten commented 2 years ago

Hi,

I would like to filter based on the child of the data array.

As far as I see this is not supported by default? Or am I missing something?

This is a portion of the data:

"category": {
    "string":  "cat1, cat2, cat3, cat4"
 }

Thank you in advance :)