search_after_date_filter
and search_before_date_filter
parameters allow you to restrict search results to a specific publication date range. Only results with publication dates falling between these dates will be returned.The last_updated_after_filter
and last_updated_before_filter
parameters allow you to filter by when content was last modified or updated, rather than when it was originally published.The search_recency_filter
parameter provides a convenient way to filter results by predefined time periods (e.g., “day”, “week”, “month”, “year”) relative to the current date.search_after_date_filter
and search_before_date_filter
parameters filter results based on when content was originally created or published. This is useful when you need to:
last_updated_after_filter
and last_updated_before_filter
parameters filter results based on when content was last modified or updated. This is useful when you need to:
search_recency_filter
parameter provides a simple way to filter results by predefined time periods relative to the current date. This is useful when you need to:
"day"
- Content from the past 24 hours"week"
- Content from the past 7 days"month"
- Content from the past 30 days"year"
- Content from the past 365 dayssearch_after_date_filter
:
search_recency_filter
provides a convenient way to filter results by predefined time periods without specifying exact dates:
search_after_date_filter
/search_before_date_filter
) when you care about when content was originally created. Use last updated filters (last_updated_after_filter
/last_updated_before_filter
) when you need recently maintained content. Use recency filters (search_recency_filter
) for quick, relative time filtering.search_recency_filter
for convenience when you want recent content (e.g., “past week”). Use specific date filters when you need precise control over the time range.search_recency_filter
cannot be combined with other date filters.last_updated_after_filter
and last_updated_before_filter
parameters provide powerful filtering capabilities based on when content was last modified or updated, rather than when it was originally published. This is particularly useful for finding recently maintained, refreshed, or updated content.
last_updated_after_filter
last_updated_before_filter
last_updated_after_filter
when you need the most current information on rapidly evolving topics.