I have a gallery that I am using to display data that's in a SharePoint list. I was also able to add a search box to my gallery, so that I am able to search the content within the gallery. These seem to be working just fine. In the items of my gallery, I have this logic....
Search([@myList], SearchInput.Text, "Title", "Title")
The SharePoint list has a Yes/No column that is used to flag if an item is active or not. How do I filter this to only display items that are still active, without losing my search functionality?