Home › Forums › General Issues › Whats the value of a filled field in Query? › Reply To: Whats the value of a filled field in Query?
Hi @Henric Åkesson
Thanks for the clarification.
Perhaps your query should be:
value != “”
In the meta_query format, it would look like:
array('key' => 'recension', 'value' => "", 'compare' => '!=')
If that doesn’t work, perhaps you could debug the SQL which is run to see if you can spot an issue.
There are plugins which can spit out all of the WP_Query debug data
Thanks
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.