bjorn2404/jQuery-Store-Locator-Plugin

Filter on data in child array

StanMenten opened this issue · 0 comments

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 :)