Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Including user roles when do user search › Reply To: Including user roles when do user search
December 15, 2020 at 2:02 pm
#30703
Keymaster
I think it might be the wrong operator. Try “LIKE” instead of the “IN”:
'operator' => 'LIKE',
I’m 99% sure that is going to help.