Hello Team,
I have a user list where displays all of my trainers.
"an exaple of their specialities for the multi select check box field " -->
Value | Label
0 --> Personal Trainer
1 --> Yoga
.. ---> ....
10 -->MMA
User 'A' is Personal Trainer (0) and Yoga(1)
User 'B' is MMA (10)
I noticed that (at Front End) When Searching for Personal Trainers (0) it also Displays the user 'B' where it should not.
Then I edited user 'B' to be without MMA(10) and the Search is working fine like this.
It seems to me that is working with 'Like' insead of 'In'
You can try it here (I added MMA again) -->
www.personaltrain.gr/index.php/personal/grigori-anazitisi
*If you check to search only for personal trainers you will see 3 of them but only 2 should be there. The woman is not.
How can I overcome this?
Thank you.