So, I'll try to explain in english...
I created items (camp sites) using flexicontent. In those items, I created a field checkbox image, which displays the comfort equipment of the camp sites (wifi, swimming pool, playground, ...).
In my frontend, I have the Content Lists Filter Module for flexicontent, and users can choose their search using multi toggle buttons. For example, I want to go to a camp site, situated in the South of the France (1st field), in which there is the wifi
and a swimming pool.(2nd field)
When I click on "search" it displays results, but it appears camp sites where there is only a swimming pool, only the wifi, and the both of them. I would like to display only the items where all the equipements checked are presents.
In the module parameters, I have FLEXI_MODULE_DISPLAYING_RULES with "AND". So, all differents fields are well linked, but not the options in a same field...
Hope you'll understand my problem better...