Support

Account

Home Forums General Issues How to search for meta array? Reply To: How to search for meta array?

  • Hi, thanks for the answer. Your solution has fixed the problem but I notice a strange behaviour.

    Essentially, if I remove this line:

    $query->query_vars[‘s’] = ”;

    I doesn’t get any result. I would like to return all the posts which contains a certain meta, and also match as title or content the searched term.

    Is there something else broken in my code?