Select true false and search filter

I have a user, and through toggle switches, I added several boolean characteristics like: the user have blue eyes? Red hair? Black hair? Is a male? Female? All this information is saved as flags in the user’s data. Let’s assume there are many, like 50 flags, one for each characteristic. Now, I have a member list, and I want to filter all users who have blue eyes. I would like to add a dropdown, select ‘blue eyes’ from the list, and have the member list show only users with blue eyes. Is it possible?

Thank you all for the help

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.