Hi guys,
I have a list view that I want to filter through a choice chip widget, the set up is the following:
The list's collection has a field list called "tipo", the choice chips have multiselect allowed with 3 options
The filter is set as tipo array contains any choice chips list
Now it works but the problem is if the user selects 2 choice chips rather than exlucluding all the documents that don't have both the 2 "things" selected, it shows all the documents that have at least one of the 2 "things" selected
I guess the solution would be using as a filter "array contains" but if I do that FF opens me a list full of options and I have no idea what they mean
Any help folks?