Support

Account

Home Forums General Issues Mixed query post title + custom field Reply To: Mixed query post title + custom field

  • hello again,

    I think we can simplify the question…

    how can I say

    SELECT that specific meta_value='some value' 
       WHEN it's parent meta_key = 'something' 
          AND some other meta_value='some other value' 
       WHEN it's parent meta_key = 'something else' 
          AND maybe it's meta_value also contains 'some%words'

    sorry for this silly pseudo code, but I can’t find an easier way to ask you how to select and RETURN only specific ACF whose value is what I query…

    ty!