Inclusive checkbox

hi not sure if this is the right title.

in my travel app, the user can list a trip and select which categories his trip belong to e.g. art, adventure or food. the trip can belong to more than one categories e.g. he can bring guests to a museum then can go for a delicious lunch so he can tick art and food checkbox (pic 1).

when another user goes to search page for available trips and only ticks art checkbox for example, how can the page show the trip mentioned earlier even though it has both art and food checkbox ticked? (pic 2)

in the search page, i added constraints to search results using checkbox yes/no custom state. however, the page only shows results that has the exact same number of checkbox tick by the user which i do not want (pic 3). Any help is greatly appreciated.