"alternatedatastreamansi" macro fails

If you are experiencing problems with "Everything", post here for assistance.
verviers
Posts: 43
Joined: Tue Nov 01, 2022 7:48 am

"alternatedatastreamansi" macro fails

Post by verviers »

If I search by command

Code: Select all

alternatedatastreamansi:
it works as it should.

If I add this command to bookmarks and set macro for this bookmark like

Code: Select all

ads
search query

Code: Select all

ads:
shows other result than alternatedatastreamansi:.
void
Developer
Posts: 19903
Joined: Fri Oct 16, 2009 11:31 pm

Re: "alternatedatastreamansi" macro fails

Post by void »

Change your bookmark search to:

alternatedatastreamansi:$param:
verviers
Posts: 43
Joined: Tue Nov 01, 2022 7:48 am

Re: "alternatedatastreamansi" macro fails

Post by verviers »

Thanks a lot. Exactly what I need. Have made a little donation.
void
Developer
Posts: 19903
Joined: Fri Oct 16, 2009 11:31 pm

Re: "alternatedatastreamansi" macro fails

Post by void »

Thank you for your donation and support.
verviers
Posts: 43
Joined: Tue Nov 01, 2022 7:48 am

Re: "alternatedatastreamansi" macro fails

Post by verviers »

I am a little bit confused. How to make search like

Code: Select all

alternatedatastreamansi:<word1 word2 word3>
by macro?
void
Developer
Posts: 19903
Joined: Fri Oct 16, 2009 11:31 pm

Re: "alternatedatastreamansi" macro fails

Post by void »

With the following filter search:

alternatedatastreamansi:$param:


and filter macro:

ads




Searching for:
ads:<word1 word2 word3>

will be replaced with:
alternatedatastreamansi:<word1 word2 word3>


Would you like the filter to automatically search for alternatedatastreamansi:<word1 word2 word3> with no parameter passed to ads?
or, are you trying to pass parameters to ads:?

Could you please give an ads: search example and the expended expansion.
verviers
Posts: 43
Joined: Tue Nov 01, 2022 7:48 am

Re: "alternatedatastreamansi" macro fails

Post by verviers »

Am I missing smth? Need to find 2024.09.25.txt file.
screen1.png
screen2.png
screen3.png
You do not have the required permissions to view the files attached to this post.
void
Developer
Posts: 19903
Joined: Fri Oct 16, 2009 11:31 pm

Re: "alternatedatastreamansi" macro fails

Post by void »

It's currently broken.

Thank you for bringing this to my attention.

I am working on a fix..



For now, please try:
ads:word1 ads:word2 ads:word3
void
Developer
Posts: 19903
Joined: Fri Oct 16, 2009 11:31 pm

Re: "alternatedatastreamansi" macro fails

Post by void »

Everything 1.5.0.1384a fixes an issue with expanding macros.

ads:<word1 word2 word3>


will now expand to:

alternatedatastreamansi:<word1 word2 word3>
verviers
Posts: 43
Joined: Tue Nov 01, 2022 7:48 am

Re: "alternatedatastreamansi" macro fails

Post by verviers »

Just checked it: works fine. :)