I don’t think it’s possible. ACF stores repeater data in separate postmeta fields – one database row for every field in the repeater – so you would have to query multiple fields, and unless you always have the same number of repeater fields, you wouldn’t even know how many to query.
It sounds like you would be better off structuring your data a little more heavily by making custom taxonomies. Taxonomy queries are also much, much faster than meta queries, so performance will be much better.
Related Posts:
- Filtering multiple custom fields with WP REST API 2
- WP REST API: Order posts by meta value (acf)?
- Check for the existence of custom field
- pre_get_posts filter using numeric meta_query comparison (from dates)
- Using meta_query and custom fields within pre_get_posts to return posts within a numerical range
- Comparing arrays with meta_query in pre_get_posts
- sort by date in Advanced Custom Field
- Get specific repeater row (via advanced custom fields) based on Meta Query with Wildcards [closed]
- Using pre_get_posts for meta value of LIKE comparison on ACF repeater sub field
- Display post in order of ACF checkbox?
- Filter posts by advanced custom field
- Get posts with multiple meta values
- How can you query posts by advance custom field when the value is a serialized array? [closed]
- Query by radio button ACF
- WP get_posts meta_query using ACF repeater field
- get_posts filter meta_query using ACF Checkbox
- Multiple orderby date arguments
- Display posts every specific day
- How to use germ_terms() with meta_query for ACF Taxonomy field?
- Array sorting by custom field date
- Time sort with meta_key using UNIX timestamp failing due to date differences
- update_post_meta and update_field ony working when saving the post
- Matching Serialized Arrays with meta_query
- Filtering a WP_Query meta_query by numeric values isn’t working
- Get the label from ACF checkbox [closed]
- Query pages for use of a flexible content layout
- ACF get field label in custom code
- How to customize a divs background dynamically using Advanced Custom Fields Plugin?
- ACF Custom Field WP_Query, but need to get all posts, if field doesn’t exist
- Thumbnails generated from PDF in the “Media” section – how to show them in theme template?
- Post Object field orderby (Advanced Custom Field)
- ACF Custom validation message not showing up
- How to write PHP array to render JSON-LD Markup for Job Postings, with ACF
- ACF Date Based wp_query
- Is it safe and good practice to use do_shortcode to escape?
- Post edit – Media Library – Only get images from current post
- Output comma with get_field in Advanced Custom Fields [closed]
- Gutenberg on an ACF options page
- Changing a specific value inside a complex repeater/flexible content field (ACF)
- Wrap Gutenberg blocks both frontend/backend (PHP approach with ACF)
- change value of fields created with advanced custom fields in the front
- How to filter get_post with ACF by a checkbox field?
- How to get custom fields in a post when published
- Advanced Custom Fields Plugin: Get file URL into Parent
- ACF relationship field outputting unpublished content [closed]
- ACF Relationship – Limit to specific pages
- Show only the future event (Advanced Custom Fields)
- Can’t get “has_sub_field()” to work in a conditional [closed]
- Override not echoing my string or dom element
- ACF relationship fields ‘The results could not be loaded’
- Displaying user data within ACF relational field (user type)
- How to show Advanced Custom Fields data above share links, pagination, etc
- How to get file upload value in front-end to put in ACF image field
- ACF checkbox array is returning numbers, not labels [closed]
- Sorting the portfolio by an ACF? [closed]
- How to change the background color of my header dynamically based on a Custom Posts types color value?
- TinyMCE’s “Clear Formatting” button doesn’t remove lists and headings
- ACF: Update field value based on value of another field
- ACF: How to query for a given value count of an array like field? (e.g.: How many rows has a `flexible_content` field?)
- Can I use WP blocks in a template?
- Set post publish date by custom field
- Use Acf Repeater data as options for a different acf custom select field
- ACF get group fields from current post taxonomy
- Filter result of Custom Post Type using meta_query with ACF
- Transitioning Laravel App into WordPress (Portfolio Website)
- get the title of a relationship field
- How to call ACF field in functions?
- Creating permissions rules with ACF repeater field
- ACF meta_key and meta_value break loop
- ACF: Updating gallery field doesn’t work in backend
- How to pass get images in homepage also in portfolio page?
- Pulling author name via $_GET parameter
- Rearranging Content After Blog Post
- ACF order relationship by date
- Advanced Custom Fields – Google Map Won’t Render Unless Variable Dumped
- Call the cropped image of a custom field in the theme
- How to create an ACF shortcode with Repeater Field in WordPress functions.php?
- Generate custom sized images from certain images in media library
- How to use an ACF taxonomy relationship field as part of the URL structure for a custom post type?
- wp_insert_post with advanced custum fields repeater
- Only list category if it has a custom field image
- The sorting of posts by a meta_query with two keys fails while separated as single queries it works
- How to add admin functionality to allow ability to choose different field group to display on webpage using Advanced Custom Fields?
- Query Posts Via WordPress URL
- Separate [Advanced Custom Field] values by commas
- How not to strip leading zero in advanced custom fields
- ACF orderby not sorting dates correctly [closed]
- update_field() with repeater fields issue [closed]
- Advanced Custom Fields Image Crop
- Display ACF field only if value is greater than 0
- How can i get custom field to apear on my wordpress admin area (post_type)
- How to use ACF repeater? [closed]
- Updating post object via ACF breaks front-end
- How to indicate a parent child category relationship when bulk importing
- Get ACF time in His format
- Use value from meta key array for use in WP_Query
- Filtering custom post admin listing page elements based on acf user field
- Parsing value from Lottie JSON file
- How do I add an ACF shortcode to a non-ACF page?
- Convert acf/gutenberg markup to html