I have a field in my DB that is a list of text. It will have one of four options (at the moment).
I put four checkboxes on my UI to allow the user to filter search results based on the checkbox. When none are checked, I want it to show everything. When one or more are checked, it should be an AND condition. When one or more is checked, they populate a state list of the page.
I have searched this forum, the web, and YouTube on how to accomplish this, but still haven’t found anything that gets me to my objective. Some questions in this forum with the same idea have gone with zero responses and been closed.
I’m going to try to do an intersection of the record’s list field with the state list I’m composing, but it looks like that has been tried and did not work.
So how do I filter a series of records based on having a list of text that should intersect with a list of text?