you must implement logic for edge cases, you could get the posts and check when was the last time their rate meta was updated! depending on that you decide if you can display or not the post on your search result
Related Posts:
- How to display liked posts of current user in wordpress?
- Query metas (and not : query posts by metas)
- Order by meta value pro first then meta value free in my search function
- get_post_meta with WP_query
- Is there any way to get all custom posts and all custom terms with it’s meta in few queries?
- How can I create a meta_query with an array as meta_field?
- How can I query all users who registered today?
- Search custom post type by meta data
- Custom Queries: Joining On Meta Values From Two Custom Post Types
- WordPress creating excessive joins on meta_query with search
- Filter query posts by the count of metas for a meta key
- Save default value for empty or missing post meta
- Grouping related postmeta data via SQL query
- How can I apply a meta query for a single custom post type in the main query?
- How do I find if a page has a template?
- mySQL query. ORDER BY meta_key
- Remove posts from query for events whose start date has passed
- How to check current user in meta value array in WP_Query meta_query
- How to orderby multiple meta fields with another meta query
- Issue with using add_rewrite_rule() for post querying custom fields
- Query returning same results even though the ID changes
- Query posts according to specific post meta values
- get_users with array as meta_value
- Declaring a var, placing it in a query and using the output of the query?
- WordPress Mysql query and Duplicate
- WP_Query meta compare must include ALL array values
- Combining two meta_values within one row with query
- Excluding posts by meta, and also keeping posts without the meta
- How to “orderby” the first array in a meta_query that uses multiply keys?
- meta_query not working
- WordPress query: merge meta key (number) values and sort
- Query against multiple locations within single custom post type post
- Restrict WordPress search to a single ACF field
- Sort by postmeta on when searching
- Fastest and most efficient SQL query to check if UID exists
- Use $wpdb->get_results with filter based on array
- Query Posts that have or don’t have a meta_value and order by the same ASC
- meta query always fails even if data is correct
- Custom MySQL Query for Post and Post Meta
- list or get meta_key where meta_value is ‘something’
- WP_Query orderby meta key/value suddely stopped working
- Meta Query compare with LIKE pulls similar post types: 55 and 155, and 1,155
- Query multiple meta key values?
- Is there a way of increasing the speed of this query?
- Reversing the order of posts AFTER the query is performed
- what are the numbers between curly brackets in search query
- When/why does ‘$query->get( ‘tax_query’ );’ return empty?
- Changing the meta_query of the main query based on custom query_vars and using pre_get_posts
- Meta Query with AND & OR?
- How to get link and title of next and previous post on single page
- Remove [gallery] shortcode altogether
- query multiple taxonomy and show post count
- I can’t set meta_key in my custom post type query
- Categories and products in random order
- add_query_arg() XSS Vulnerability
- WordPress altering my custom query, How to fix it?
- Automatically adding meta data to posts or multiple query help
- Change searched term
- Query Posts By Post Publish Date, but sort by Custom Meta Key
- How to execute a SQL-query which contains multiple queries using $wpdb->query?
- Only show upcoming event or current events
- Why a URL with a query is always slower than that without a query?
- Maintaining Queries in URL
- Archive post by meta value + 24hours
- Query posts using meta_key
- MySql Query very slow
- wpdb query problem to access previous 3 days posts
- Filter posts by comparing custom meta value against postdate
- Custom Query: If One Post Object Field Value Is The Same As Another
- How to hide posts of a specific custom category in WordPress?
- Random Page Rewrite
- How do i create a custom post query when the meta value is an array?
- Order posts ascending from posts in array
- Display data from phpMyAdmin with WordPress
- custom sorting media with multiple filters – error: not unique table/alias: wp_postmeta
- How can I get posts by 2 meta keys, prioritising one of them?
- How to do WP_User_Query for Nested Array value Inside Nested Array field
- SQL query to list all posts of specific post type with a specific set of associated postmeta values as a column
- implementing my wp_query using $wpdb class
- Category_in return empty
- What is the best way to reset a search on a meta_key / meta_value?
- modifying main query to query for ranges e.g. from 1999 to 2016
- WP Meta Query at depth 2
- WP_Query with child element
- Querying users by meta value and getting a strange answer
- Include custom table in query
- How to fix this insert? Don’t work for me!
- Display Upload Author & Get Uploaded Post ID
- Display list of most recent grandchild (third tier) pages
- How can I display a number to represent the order of post?
- Sort order in get_posts [closed]
- Query unique author ids with published post of type job
- Wpdb generates too many queries
- Query posts alphabetically within this function
- Conditional Tag Custom Querys?
- query posts only works on the first page
- WP Query outputs three items within a div
- WP_Query by meta key not returning any posts
- Querying Posts from ACF Repeater Subfield Select Value
- Custom taxonomy with custom meta value is not sorting correctly (query returns the same value for orderby regardless of sort column click)