Hi,
I'm stuck on a query.
Each community has a list of amenities that it offers: Pool, Golf Course, etc. This is a simple array of strings.
On my search form, I list all of the amenities available and let the user check off the ones they must have.
Among other criteria, I need to return the communities that offer all of the amenities. I haven't found a way to accomplish this.
This is part of a complicated, dynamic search form with facet search, so I can't stray too far without breaking a lot of other stuff.
Here's my code so far:
Here's what my form looks like. (I hope this works.)
- J