As you said data is stored inside meta_value as serialized format. You can match your string among the serialized string like data.
$args = array(
'meta_query' => array(
array(
'key' => 'submitted',
'value' => sprintf(':"%s";', 'vivek'),
'compare' => 'LIKE'
)
)
);
$query = new WP_User_Query( $args );
Hope this help!
Related Posts:
- User Relationship
- How to pass user meta_key and meta_value (values as array)
- last_name + first_name orderby with meta_query [solved]
- wordpress meta value compare between two date
- get_users with Serialized Custom Meta Value
- get_user can’t read variable
- Memory Leak in Processing Large JSON file
- Query for user roles and their skills
- wp_user_query with meta_value_num for leaderboard
- How to do a meta query using REST-API in WordPress 4.7+?
- Meta query terribly slow
- meta_query sorting by 2 keys
- How to handle optional end date in compare clause in meta_query
- Using meta_query on pre_get_posts to exclude a particular meta_key value
- How do you get posts by meta_query using the JSON API plugin?
- Best practice – Meta Query vs. post_clauses for “left join” ordering
- Combining Meta_Query key values for one array
- Different page parameters inside query
- meta_query key value from array
- LIKE %…% Meta Query
- Documentation for post meta
- Arrange Posts By Date In Order Of Closest To The Current Date
- Custom Upcoming Events List for Events Manager Plugin
- How to use meta_query to check if a meta field has something set?
- How to make a WP REST API query with meta_query in WP4.7?
- WP User Query fails when searching meta queries and search columns
- Use both meta query and tax query
- Query posts only if meta_value is not empty
- Query Multiple values for same key
- Meta query with a sub query group possible?
- WP_user_query throws a 404 error
- meta_query compare=’!=’ with multiple custom fields
- Query posts with numeric meta values within a given range
- meta_query not working on live site
- How do you get Posts by multiple meta_keys and meta_values with the Rest API V2?
- Meta_query on same meta key, with diffrenct values
- Query custom field with date
- Meta query with regular expression does not work
- Searching in title or meta, with a tax query too!
- strange issue with user_meta + json_encode/decode
- Pre Get Posts / Multiple Meta Keys / Orderby Single Key
- Help on multiple meta_query
- Meta query – How to display a null meta key
- pre_get_posts and set
- meta_query with multiple values optimization
- Get a single post ID based on an exact match of 1 or more meta values
- How to pull all the contributer users records and order by Designation (which is users meta data)?
- ACF: How to get users with a ACF flexible content subfield with a specific value AND layout?
- Extend meta query arguments
- get_posts( $args ) return empty data
- User Meta Value not echoing despite Var_Dump Showing correct string
- how to get post meta where value is an array of key value pairs
- Search users with custom meta data
- Find posts by related taxonomy field
- Can I use pre_get_posts to add up values from two different meta_keys?
- WP JSON API meta_query not working
- Sorting posts by ACF field
- Ordering custom posts by meta field date
- latitude/longitude meta_query
- How to: get_user_meta – BuddyPress [closed]
- meta_query displays all results and none, my query is wrong
- How to properly escape values in meta query
- Fetch custom post related to a User
- How to Ordering by user meta
- Use meta_query in args for relationship
- How do I echo all users’ display_name and their meta_value who have a certain meta_key?
- meta_query compare “=“ returns nothing when it seems it should
- Order resultset by configured value and then list all the rest
- Best Practice? – Saving multiple Values as Serialized Data / Saving each Value per Row / Dedicated Table
- How to get an archive page meta?
- user metadata in json format, update the data partly only
- Search for value(s) in meta field for a multi select
- How to save multiple values with same meta_key, each value linked to another tag id
- Querying terms with calculations based on term meta data, sql vs. get_terms
- How to do WP_User_Query for Nested Array value Inside Nested Array field
- How to select meta key in custom database query
- WordPress meta query not working
- Get meta_value from GDRating
- Unusual high query of user meta data
- meta_query orderby sort multiple keys
- Why does this incorrect pre_get_posts meta_query work for sort order?
- How to sort custom posts including null meta-values in admin columns with meta_query?
- Exclude Posts Using Meta Query and User Meta
- meta_query not filering but meta_key works fine
- get posts meta query returning the latest post if no meta key found
- Search using specific meta fields only (excluding post title and content)
- How to fetch WP_User_Query with multiple role arguments [duplicate]
- How to get meta value based on latest post id with group by term name
- Meta query not returning results even though the sql contains the information
- Display Users from two roles in one list
- WP_Query with UNIX timestamp in meta query
- Multiple Queries with meta_query
- Get foreach for meta_query value
- list or get meta_key where meta_value is ‘something’
- order by meta_key [duplicate]
- WordPress Meta Query very slow with NOT EXISTS comparison
- ACF meta_query field treated as “0” resulting in false negative search when testing ranges
- Is it possible to customize meta query in this way?
- Ordering WP_Query results by second meta_key
- How making a new search box in admin post table working on a specific column