Skip to content

Commit d1dbbcb

Browse files
Merge pull request Expensify#86992 from Expensify/melvinbot/helpsite-date-range-filter
docs: document date range filter syntax in search operators article
2 parents c4f3871 + 765d892 commit d1dbbcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/articles/new-expensify/reports-and-expenses/Using-search-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type:expense merchant:Starbucks category:Meals amount>20 has:receipt
5858
- `tag:` – tag or multiple tags
5959
- `amount:` / `purchase-amount:` – supports `=`, `>`, `<`, `>=`, `<=`
6060
- `status:` – unreported, draft, outstanding, approved, paid, done
61-
- `date:` – expense date, supports relative dates like `date:this-month`, `date:last-month`, `date:year-to-date`, `date:this-week`
61+
- `date:` – expense date, supports relative dates like `date:this-month`, `date:last-month`, `date:year-to-date`, `date:this-week`. Also supports comparisons (`date>=2024-01-01 date<=2024-01-31`) for date ranges
6262
- `has:` – attachment, receipt, category, tag
6363
- `expense-type:` – cash, card, distance, per-diem
6464
- `reimbursable:` and `billable:` – yes or no
@@ -69,7 +69,7 @@ type:expense merchant:Starbucks category:Meals amount>20 has:receipt
6969

7070
- `report-id:` – unique report reference
7171
- `status:` – draft, outstanding, approved, paid, done
72-
- `submitted:` / `approved:` / `paid:` / `exported:` – supports absolute or relative dates
72+
- `submitted:` / `approved:` / `paid:` / `exported:` – supports absolute or relative dates, and comparisons for date ranges (e.g., `submitted>=2024-01-01 submitted<=2024-01-31`)
7373
- `title:` – report title
7474
- `total:` – total amount with relative comparisons
7575
- `withdrawn:` – ACH withdrawal date

0 commit comments

Comments
 (0)