This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Exclude results by custom foelds

#28376
Ernest MarcinkoErnest Marcinko
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.