wrjlewis / notion-search-alfred-workflow

An Alfred workflow to search Notion with instant results
GNU General Public License v3.0
825 stars 41 forks source link

Option to match title only #33

Closed chrisgrieser closed 2 years ago

chrisgrieser commented 3 years ago

Is your feature request related to a problem? Please describe. removes noise from the search results (I think?). Potentially speeds ups the search a bit (I think?)

Describe the solution you'd like an option, e.g. as a workflow environment variable, to search only the title. Like when you use quicksearch and check the filter "only match titles"

Describe alternatives you've considered Alternatives would be to use the Notion App/Website itself, but obviously, we want to use Alfred. :)

wrjlewis commented 3 years ago

Hey!

Thanks for the request. I actually have this functionality built in already I believe.. though its not entirely obvious.

You can set the workflow variable 'isNavigableOnly' to true, and this produces the exact same request as "only match titles". 'isNavigableOnly' is the terminology Notion use on the backend.

Try it out and see if it does what you expect?

chrisgrieser commented 3 years ago

ah, I see, got it, thanks!