• torrinswanson

    (@torrinswanson)


    Is it possible to filter nested acf keys? I can’t seem to find any docs on if this is possible.

    Example:
    I have a structure like below and want to filter by a nested ACF key named “lat” under “acf”=>”northeast”=>”lat”. Possible? Example?

    [
      {
       "acf": {
          "northeast": {
            "address": "Garven",
            "lat": "23.000",
            "lng": "-96.2345",
            "zoom": "",
            "center_lat": "",
            "center_lng": ""
          },
          "southwest": {
            "address": "Unnamed Road",
            "lat": "34.003033",
            "lng": "-121.0222",
            "zoom": "",
            "center_lat": "",
            "center_lng": ""
          }
        },
      }
    ]
Viewing 1 replies (of 1 total)
  • Plugin Author sk8tech

    (@sk8tech)

    Hello,

    Sorry for the late reply. Nested value is not available for filtering at this moment.

    I’ve put it on the road map

Viewing 1 replies (of 1 total)
  • The topic ‘Filtering Nested ACF keys’ is closed to new replies.