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

Reply To: Hide Posts with Boolean Custom Field On True

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Hide Posts with Boolean Custom Field On True Reply To: Hide Posts with Boolean Custom Field On True

#36685
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Michael,

I have no experience with boolean fields, but I assume they store the json_encoded value in the custom fields data table (as all custom field values have to be converted to strings).

In that case I would suggest trying this setup: https://i.imgur.com/VPpN3A2.png
The JSON encoded value of the boolean values includes the strings “true” and “false”, so that should match it.