Support

Account

Forum Replies Created

  • found a solution.

    I was missing FURTHER APIs to be activated

  • 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!

  • hello everyone,

    I was trying to setup a custom query which should select data from a series of acf fields.

    the matter is I don’t find a proper MySQL correct solution.
    did another post on the matter, but it’s vertical to an issue: this one is more generalist.

    each ACF post meta is a pair meta_key and a meta_value which have different values BUT, are single items in the DB structure…

    so to a perform some search LIKE some text in those fields, is impossible to my limited MySQL knowledge 🙁

    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!

  • yes i suppose something is not working 😀

    i am attaching the ACF setup (which is correct, according to the same guide you linked, already spotted in the past)

    in the category section i correctly display the image filed but also have a clone in the main area: maybe something fails due to that?

  • hello,

    thank you, but nope, it’s not working 🙁

Viewing 5 posts - 1 through 5 (of 5 total)