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
February 11, 2022 at 2:55 pm
#36685
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.