Can you please give an option to Type "keyword:" to use search filters
As in the LISTARY application?
(I mean for Everything 1.5)
Type "keyword:" to use search filters
-
horst.epp
- Posts: 1643
- Joined: Fri Apr 04, 2014 3:24 pm
Re: Type "keyword:" to use search filters
There are macros which exactly does this.avi wrote: Sun Aug 20, 2023 6:00 pm Can you please give an option to Type "keyword:" to use search filters
As in the LISTARY application?
(I mean for Everything 1.5)
I for example simply type text:text_to_be_searched
for making a content: search.
-
avi
- Posts: 33
- Joined: Sat Aug 19, 2023 6:06 pm
Re: Type "keyword:" to use search filters
I would appreciate it if you could guide me exactly how to do this, step by step.
-
horst.epp
- Posts: 1643
- Joined: Fri Apr 04, 2014 3:24 pm
Re: Type "keyword:" to use search filters
Look for /define in the help for version 1.5.avi wrote: Sun Aug 20, 2023 7:56 pm I would appreciate it if you could guide me exactly how to do this, step by step.
Also, in Bookmarks or filter definitions, you can define macro names.
-
avi
- Posts: 33
- Joined: Sat Aug 19, 2023 6:06 pm
Re: Type "keyword:" to use search filters
You do not have the required permissions to view the files attached to this post.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Type "keyword:" to use search filters
Filters can have their own keywords. Or in Everything lingo: macros.
See picture below for (example) the Picture filter. It has a macro called pic:
Adding pic: to your search query will limit the results to pictures.
As @horst.epp already mentioned: you can add aliases to these keywords/macros using the /define command.
For example to add the pix: alias for pictures ( pic: )
See picture below for (example) the Picture filter. It has a macro called pic:
Adding pic: to your search query will limit the results to pictures.
As @horst.epp already mentioned: you can add aliases to these keywords/macros using the /define command.
For example to add the pix: alias for pictures ( pic: )
- Paste the following in the Everything search bar and press ENTER
Code: Select all
/define pix=pic:
You do not have the required permissions to view the files attached to this post.
-
avi
- Posts: 33
- Joined: Sat Aug 19, 2023 6:06 pm