Notifications
Clear all
Topic starter
21/07/2026 4:38 pm
I was cleaning up old projects in Granola and kept struggling to find specific files. I got frustrated and finally checked the docs for the search bar.
Turns out, there's a whole logic system hiding in there! The UI just shows a simple box, but you can use operators like `AND`, `OR`, and `NOT`.
For example, searching for `label:Q1 AND owner:me` finds my stuff due this quarter. `from:connork NOT type:spreadsheet` shows my non-spreadsheet files. It's way faster than filtering through the menus.
Anyone else using these? I'm still figuring out the `before:` and `after:` date operators.