I tried this query and it seemed to work quite nicely. Hopefully it helps you as well!
$args = array(
'post_type' => 'cbd_team_members',
'posts_per_page' => -1,
'paged' => $paged,
'orderby' => 'title',
'order' => 'ASC',
'meta_value' => $search,
'meta_compare' => "like"
);
$loop = new WP_Query( $args );
Related Posts:
- Search multiple custom fields by using meta_query
- Including Custom Meta with posts_where query
- search also in taxonomy, tags and custom fields
- Including metaboxes from custom post types in global search — continued
- Extending the search context in the admin list post screen
- Advanced search form with filters for custom taxonomies and custom fields
- Multiple orderby values in WP_Query
- AJAX search on post pages by custom post type
- How can I change the admin search posts fields?
- How to make a WP_Query search with custom post types?
- Development of a WordPress Search Plugin – Best Practices
- Admin Area Custom Type Search By Meta Fields Without Title & Content
- How do I Paginate Search Results for Custom Post Types?
- WP_Query orderby custom field then post_date in one query
- how to filter by last name for custom post
- Search that will look in custom field, post title and post content
- Filtering a WP_Query meta_query by numeric values isn’t working
- Sorting a query by custom field date
- How can I generate a RSS feed based on a custom WP_Query?
- Filtering a WP Query result
- Display Custom Post Type Fields
- Get posts with tag all post types
- Search everything (posts, pages, tags, cpt, meta)
- WordPress Search documentation: how to improve search query using taxonomy terms, custom meta fields?
- How to sort CPT by custom meta value (date), and return posts month by month
- How Do I Use WP_Query to Run This Database Query as Search Result?
- Backend search; include CPT meta?
- WP_Query on custom post type not displaying, multiple loops & get_template_part
- Using new WP_Query in shortcode in a custom field causes the main post content to not display
- WordPress query by multiple Custom fields and order by date
- Comparing timestamps in meta query doesn’t work
- Display two post types ordered by two custom fields
- Get post info inside modal window?
- WP Query group/order by category name
- How to search from specific post type with tags?
- Query for custom posts with a specific tag slug
- Search tags in CPTs
- Having trouble with custom date field for CPT query (WordPress)
- Display posts if a custom field value is equal to another custom field value
- Sort by two dates. Default entry date and custom field if present
- Search Custom Post Type Custom Fields
- Custom Fields vs Separate Table
- Conditional to modify query results
- Filtering by Post Meta Custom Fields – Performance
- wp_query to find posts by year and month
- WP Query—Relationship between two custom post types and their fields
- How to dynamically attach pictures to a carousel
- Get all Posts If has same custom field values in Posts
- Custom Post type and Custom Field WP_Query
- Why does querying on post_tags (which has been applied to custom post types) only return posts?
- Can’t query tag and post_type at the same time
- WP_Query: include custom post type only with specific meta value
- WP_Query orderby modified to include custom meta changes
- WordPress custom loop filter by meta_key and value with serialize data
- Returning a list of custom post types excluding those without a specific meta_value
- Two near-identical custom field types – one works, the other doesn’t . What can cause this?
- wp_query check if integer exists in custom field’s array
- How to stick custom post at the top in search results
- Filter custom posts using auto populated dropdown selectors
- How can I get the number of custom post type posts that have a specific attachment image set?
- Problem querying Custom post type by custom fields
- Orderby CPT custom fields not working
- WP_Query order by custom field, then randomly order some of results
- Query custom post type with ACF Date
- Query Multiple Custom Posts by Custom Fields
- Get Posts by multiple custom fields is not working
- Order Custom Post Type by Custom Field Value
- First custom field value (out of several) displayed twice after query
- Cross reference custom post types
- How to get all tags of a custom post type by id
- Possible to filter custom post type with multiple meta data?
- Displaying and searching Custom Posts
- Searching Custom Fields
- Advanced search form with filters for custom taxonomies
- filter search custom field query
- How to let users choose where to search for posts?
- Query based on custom fields start and end date
- DIsplaying URL of custom field in last post of certain taxonomy && post type
- WP Query ‘posts_per_page’
- Display post from a date range from custom field
- post_per_page ignored in WP_Query
- Custom filter for main search: how to exclude specific post_type from search results
- How to get specific post meta by title or id
- Add custom attributes to a post
- Getting a custom post’s custom field based on another custom post’s custom field select
- how to get this tax_query working?
- Select2 AJAX and WP Query Returns ALL and does not filter
- Custom Taxonomy Search result page
- WP_Query orderby not work with meta_key
- Having Issue on Ordering CPT by Custom Field In Custom WP Query
- find custom post type post by searching its custom field with my string
- search custom post type by custom fields on front end
- Category Search / Custom Post Type search on my website. Custom Post Types that are “page-like”?
- How to make a shortcode for my WP_Query Loop? [duplicate]
- Error in WP Query. If variable is empty it is displaying previous post value
- Query events post type after current date and timezone
- Conditional posts in WP_query for search
- Manually build WP_Query
- WP_Query with custom post type search showing all results every time
- Use Tags to Query Associated Multiple Posts and Get The Average Of Custom Field Values