@mordyeps Makes sense! I would double check:
- That the database Field Keys in this section (“Collection” and “Room”) are exactly as they appear in your database, with matching capitalization (example, “Collection” and “collection” are seen as different)
$w("#dataset1").setFilter( wixData.filter()
.hasSome("Collection", collectionFilter)
.hasSome("Room", roomFilter)
)
- All the element IDs. The example includes the element “#group1” which is an error message, is that how it is on your page?
