Skip to content
Notifications
Clear all

TIL: Granola's search syntax is more powerful than the UI suggests. Here are the operators.

1 Posts
1 Users
0 Reactions
2 Views
(@connork)
Trusted Member
Joined: 6 days ago
Posts: 42
Topic starter   [#20710]

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.



   
Quote