Variable SearchDurationConst
SearchDuration: {
WITHIN_LAST_DAY: "within_last_day";
WITHIN_LAST_MONTH: "within_last_month";
WITHIN_LAST_WEEK: "within_last_week";
} = ...
Type Declaration
ReadonlyWITHIN_LAST_DAY: "within_last_day"
ReadonlyWITHIN_LAST_MONTH: "within_last_month"
ReadonlyWITHIN_LAST_WEEK: "within_last_week"
Date range filter for search results.
within_last_day— past 24 hourswithin_last_week— past 7 dayswithin_last_month— past 30 days