Quote:
Originally Posted by theducks
Does the Query interface have "Today" (date) concept, where our query could be timestamp:>=(today-90) so we could have a saved definition of "Recent" without having to worry about the date (Sort of what happens in the "Catalog")
|
Date queries support all relational operators (< <= = != > >=). Search syntax is date:RELOPdate_term. A date_term specifies the date being compared against, and can be one of:
- today
- yesterday
- thismonth
- Ndaysago. N is a number. Your example would use 90daysago
- a year (4 digits)
- month/year (and year/month) where month is 1 or 2 digits
- day/month/year (order is locale dependent), where day and month are 1 or 2 digits.
Your query would be expressed as date:>=90daysago