I regularly use the `comment:` search function to perform searches like this:
comment:"Project A"
How can I bake the search function and double quotes into a bookmark or a filter (e.g., comment:"") so that I only have to type the specific phrase I want to search for? Also, is this better suited for a bookmark or a filter?
How to bake search functions and quotes into a reusable filter or bookmark?
-
MG250
- Posts: 5
- Joined: Sat Sep 06, 2025 8:11 am
-
void
- Developer
- Posts: 20041
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to bake search functions and quotes into a reusable filter or bookmark?
To create a bookmark that sets the search to comment:"
To create a short macro to search the comment:
- In Everything, from the Bookmarks menu, click Add to bookmarks....
- Change the Name to:
Comment Search - Change the Search to:
/add-search comment:" - Click OK.
To create a short macro to search the comment:
- In Everything, from the Bookmarks menu, click Add to bookmarks....
- Change the Name to:
Short Comment Macro - Change the Search to:
comment:$param: - Change the Macro to:
com - Click OK.
I recommend bookmarks for this type of search as it's easier to manage.is this better suited for a bookmark or a filter?