I’m currently building an application using Softr and Airtable, and I’m having trouble setting up the filters correctly for my list. Here’s the issue:
I have a list of items, each with several tags (e.g., Tag A, Tag B, Tag C). I want to implement a filtering system where users can select multiple tags, and the list should only show items that have all the selected tags. For example, if a user selects both Tag A and Tag B, the list should only display items that have both Tag A and Tag B.
However, what’s currently happening is that the list shows items that have either Tag A or Tag B (or both), which is not what I need. I need the filtering to work with an AND logic rather than an OR logic.
Could someone please guide me on how to set this up in Softr? Is there a specific way to configure the filters or a workaround to achieve this functionality?
The problem is that when I select 2 different tags (A and B), the list currently displays elements that have tag “A” or “B” but I need only the elements that have “A” and “B” to be displayed. So elements with only “A” or “B” should’nt be displayed because two tags are selected. I don’t know if there’s a way to do that. Thank you!
Could you create an additional field in Airtable, using a formula for “A AND B” to set a flag in this column, and add this as a filter option in Softr?
THIS (and user defined sorting, and number range filters) are such high need functions for directory type websites like build on Softr.
Very strange some of these have not been implemented after all these years…although I believe user defined sorting is in the pipeline now.