Is it possible for a bookmark to bypass OMIT?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Ralf_Reddings
Posts: 97
Joined: Fri Mar 24, 2023 4:53 pm

Is it possible for a bookmark to bypass OMIT?

Post by Ralf_Reddings »

I want create bookmarks then activate said bookmarks with a macro but often, I have OMIT on via index > Enable Result Omissions and so it conflicts with some macros.

I want to bypass OMIT in a bookmarks definition, so that even though OMIT is present on the status bar, omitted items will be shown anyways, so long as the macro is present.

I am looking to create bookmarks that I can use with a macro at the search bar, and will not leave permanent changes on the window.

I tried the following but nothing is shown until remove OMIT from the status bar

Code: Select all

latzo.preset,0,latzo,,,,,,,,,,"!omit: ""C:\Users\users1\AppData\Roaming\Latzo\presets\""",,,name,0,,,,,,lazto.preset
Thanks for any help
void
Developer
Posts: 15806
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is it possible for a bookmark to bypass OMIT?

Post by void »

Include the following in your bookmark search:

no-omit-results:
Ralf_Reddings
Posts: 97
Joined: Fri Mar 24, 2023 4:53 pm

Re: Is it possible for a bookmark to bypass OMIT?

Post by Ralf_Reddings »

I tried
no-omit-results
in the bookmark, it does not seem to be having any effect.

For example with OMIT shown in the status bar and appadata in the omit results, manually typing the following does not show appdata folder or its items:

Code: Select all

no-omit-results:appdata/roaming
I also tried, which seems to disable the search, as if the search field is empty, it shows all of the items in my DB:

Code: Select all

!no-omit-results:appdata/roaming
I am on
1.5.0.1372a
void
Developer
Posts: 15806
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is it possible for a bookmark to bypass OMIT?

Post by void »

no-omit-results: was added in 1376a
Ralf_Reddings
Posts: 97
Joined: Fri Mar 24, 2023 4:53 pm

Re: Is it possible for a bookmark to bypass OMIT?

Post by Ralf_Reddings »

That was it, I updated and its working now. Thank you.
Post Reply