Title: Filtering Nested ACF keys
Last modified: November 20, 2018

---

# Filtering Nested ACF keys

 *  [torrinswanson](https://wordpress.org/support/users/torrinswanson/)
 * (@torrinswanson)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/filtering-nested-acf-keys/)
 * 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](https://wordpress.org/support/users/sk8tech/)
 * (@sk8tech)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/filtering-nested-acf-keys/#post-10968087)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-rest-filter.svg)
 * [WP REST Filter](https://wordpress.org/plugins/wp-rest-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rest-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rest-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rest-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rest-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rest-filter/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [sk8tech](https://wordpress.org/support/users/sk8tech/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/filtering-nested-acf-keys/#post-10968087)
 * Status: not resolved