I have read that page and I see a logical OR example and a range example:
[property_overview bathrooms=1,3 bedrooms=2-4]
In the Developer Tab subdivision is searchable and is Free Text Data Entry.
Neither of the following property_overview shortcode examples return properties from both subdivisions.
[property_overview subdivision=”Valley View”,”River Crest”]
[property_overview subdivision=”Valley View” subdivision=”River Crest”]
What I would like is all properties that are either in the Valley View subdivision OR in the River Crest subdivision.
How do I accomplish this?