Support

Account

Home Forums General Issues Use a JS array to search through meta_query Reply To: Use a JS array to search through meta_query

  • Hi @jonathan and thanks for the reply!

    I get this from the log:

    Array
    (
        [0] => Wooden
        [1] => Plastic
    )

    And yes, products is a checkbox field. So what is supported if I want to do a WP_Query here? My goal in the end is to combine a search field with four different columns, each with checkboxes in them and making the relation to be AND.