Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ You can use the following operators to filter expenses:
- `attendee:` – expense attendees (email, phone, display name, or `me`), e.g. `attendee:"Jason Mills"`
- `posted:` – credit card posted date, e.g. `posted:last-statement`

**Example query:**
`type:expense merchant:Starbucks category:Meals amount>20 has:receipt`
**Example queries:**
- `type:expense merchant:Starbucks category:Meals amount>20 has:receipt`
- `type:expense -has:tag` — find expenses that have no tag assigned

---

Expand Down
Loading