Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Exclude results by custom foelds › Reply To: Exclude results by custom foelds
July 10, 2020 at 12:46 pm
#28376
Keymaster
Because “NOT LIKE 1” will exclude everything that has a value ot 1 on that field, as well as the results where the field is not defined – in your case everything.
If you want to include results that does not have the field defined, then enable this option. Then using the NOT LIKE 1 will exclude everything where the value is 1, but include where it’s not defined.