Title: ACF Multiple select list
Last modified: February 1, 2018

---

# ACF Multiple select list

 *  Resolved [cadelh](https://wordpress.org/support/users/cadelh/)
 * (@cadelh)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/acf-multiple-select-list/)
 * Hi!
 * I use your plugin with ACF v4.4 (free edition) and have some problems filtering
   multiple list selection:
 * considering a JSON looks like this:
 * “acf”:{
    “mykey1″:”simpleValue1”, “mykey2”:[“Choise1”], “mykey3″:”simpleValue2”,“
   mykey4”:[“Choise1″,”Choise2″,”Choise3”] }
 * for simple text field, I use:
    [http://localhost/wordpress/wp-json/wp/v2/products](http://localhost/wordpress/wp-json/wp/v2/products)?&
   filter[meta_key]=mykey1 &filter[meta_value]=simpleValue1
 * and with conditions:
    [http://localhost/wordpress/wp-json/wp/v2/products](http://localhost/wordpress/wp-json/wp/v2/products)?
   filter[meta_query][0][key]=mykey1 &filter[meta_query][0][value]=simpleValue1 &
   filter[meta_query][1][key]=mykey3 &filter[meta_query][1][value]=simpleValue2 &
   filter[meta_query][relation]=OR
 * It works fine!
 * But for my multiple select list (fields “mykey2” and “mykey3”) it should be:
 * [http://localhost/wordpress/wp-json/wp/v2/products](http://localhost/wordpress/wp-json/wp/v2/products)?
   
   filter[meta_query][0][key]=mykey3 &filter[meta_query][0][value][0]=Choise1 &filter[
   meta_query][0][value][1]=Choise2 &filter[meta_query][0][compare]=IN
 * OR
 * [http://localhost/wordpress/wp-json/wp/v2/products](http://localhost/wordpress/wp-json/wp/v2/products)?
   
   filter[meta_query][0][key]=mykey3 &filter[meta_query][0][value]=Choise3
 * but these url does not work for me 🙁
    Could you help?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [sk8tech](https://wordpress.org/support/users/sk8tech/)
 * (@sk8tech)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/acf-multiple-select-list/#post-10057270)
 * I’ll need for information on this, such as your environment, wordpress version,
   your ACF settings, etc.
 *  Plugin Author [sk8tech](https://wordpress.org/support/users/sk8tech/)
 * (@sk8tech)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/acf-multiple-select-list/#post-10057291)
 * Hello, Thank you for your message. What you’re looking for is a filter based 
   on a value, within an array value of a ACF key.
 * I’m afraid this is not supported at this time, but we’ll keep it in mind and 
   put it on the roadmap.
 * Thanks
 *  [Carlos Bensant](https://wordpress.org/support/users/becarlos/)
 * (@becarlos)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/acf-multiple-select-list/#post-10250639)
 * Hello, this plugin has been really helpful.
 * I agreed with [@cadelh](https://wordpress.org/support/users/cadelh/), I’d like
   to filter posts for multiple selection values, so would be good to see a route
   like:
 * [http://localhost/wordpress/wp-json/wp/v2/products](http://localhost/wordpress/wp-json/wp/v2/products)?
   
   filter[meta_query][0][key]=mykey3 &filter[meta_query][0][value][0]=Choise1 &filter[
   meta_query][0][value][1]=Choise2 &filter[meta_query][0][compare]=IN
    -  This reply was modified 8 years, 1 month ago by [Carlos Bensant](https://wordpress.org/support/users/becarlos/).
 *  Plugin Author [sk8tech](https://wordpress.org/support/users/sk8tech/)
 * (@sk8tech)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/acf-multiple-select-list/#post-10440929)
 * [@becarlos](https://wordpress.org/support/users/becarlos/) Thank you for your
   +1. It’s already on our roadmap and we’ll add in this feature asap.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘ACF Multiple select list’ 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/)

## Tags

 * [feature](https://wordpress.org/support/topic-tag/feature/)
 * [multiple selection](https://wordpress.org/support/topic-tag/multiple-selection/)

 * 4 replies
 * 3 participants
 * Last reply from: [sk8tech](https://wordpress.org/support/users/sk8tech/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/acf-multiple-select-list/#post-10440929)
 * Status: resolved