Title: Filter Advanced Custom Fields
Last modified: February 15, 2023

---

# Filter Advanced Custom Fields

 *  Resolved [north831](https://wordpress.org/support/users/north831/)
 * (@north831)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/filter-advanced-custom-fields/)
 * ACF – Select
 * Options:
 * 1+1
 * 2+1
 * 3+1
 * In sidebar show right (3)
 * But can`t return result of search, said found zero.
 * Without + work good
 * i need to use plus… help me please

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

 *  Thread Starter [north831](https://wordpress.org/support/users/north831/)
 * (@north831)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/filter-advanced-custom-fields/#post-16474572)
 * [https://disk.yandex.ru/d/Gp2HDhqJ-GHVSw](https://disk.yandex.ru/d/Gp2HDhqJ-GHVSw)
 *  Thread Starter [north831](https://wordpress.org/support/users/north831/)
 * (@north831)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/filter-advanced-custom-fields/#post-16480716)
 * `**SELECT** SQL_CALC_FOUND_ROWS nf_posts.ID
   **FROM** nf_posts**LEFT** **JOIN**
   nf_term_relationships**ON** (nf_posts.ID = nf_term_relationships.object_id)**
   INNER** **JOIN** nf_postmeta**ON** ( nf_posts.ID = nf_postmeta.post_id )**WHERE**
   1=1**AND** ( nf_term_relationships.term_taxonomy_id **IN** (6) )**AND** ( ( nf_postmeta.
   meta_key = 'flat_plan'**AND** nf_postmeta.meta_value **REGEXP** '.*;s:[0-9]+:\"**
   3+1**\".*' ) )**AND** ((nf_posts.post_type = 'post'**AND** (nf_posts.post_status
   = 'publish'**OR** nf_posts.post_status = 'acf-disabled'**OR** nf_posts.post_status
   = 'private')))**GROUP** **BY** nf_posts.ID**ORDER** **BY** nf_posts.post_date**
   DESC****LIMIT** 0, 15
 * 3+1 – problem with PLUS
 *  Plugin Author [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * (@stepasyuk)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/filter-advanced-custom-fields/#post-16532902)
 * Hello [@north831](https://wordpress.org/support/users/north831/)
 * Thank you for using the plugin.
 * This bug is already solved for the next plugin version 1.7.6 which will be available
   soon.

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

The topic ‘Filter Advanced Custom Fields’ is closed to new replies.

 * ![](https://ps.w.org/filter-everything/assets/icon-256x256.png?rev=3487105)
 * [Filter Everything — WordPress & WooCommerce Filters](https://wordpress.org/plugins/filter-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filter-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filter-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-everything/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/filter-advanced-custom-fields/#post-16532902)
 * Status: resolved