Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Everything native modifiers do not work #101

Closed
2 tasks done
bropines opened this issue May 12, 2024 · 8 comments
Closed
2 tasks done

馃悰 Everything native modifiers do not work #101

bropines opened this issue May 12, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@bropines
Copy link

bropines commented May 12, 2024

Flight Check

  • I'm sure existing (open and closed) don't have duplicates
  • I've tried reinstalling PT, Everything, EverythingPT

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Activate PT Run
  2. Enter a query consisting of two modifiers like folder:wfn:rai
  3. No result (Everything works in the application, screenshot below)

Expected behavior
It displays everything as in the everything application

Screenshots
image

Version:

  • PowerToy: 0.80.1
  • Everything: 1.4.1.1024 (x64)
  • EverythingPT: v0.80.0
  • Windows: 11 dev (22635.3570)

Installation method (How did you install the following softwares):

  • PowerToys: Winget
  • Everything: Internet
  • EverythingPT: Winget
@bropines bropines added the bug Something isn't working label May 12, 2024
@lin-ycv
Copy link
Owner

lin-ycv commented May 16, 2024

@bropines whsat is wfn:? if it's a custom filter where did you define it?
if in Everything, you'd need to used 1.5a
if in settings.toml, this is a known bug #97 which has been fixed source, just not released yet, waiting for PT 0.81.

@lin-ycv
Copy link
Owner

lin-ycv commented May 22, 2024

new Version is published, this issues should now be fixed

@lin-ycv lin-ycv closed this as completed May 22, 2024
@bropines
Copy link
Author

@bropines whsat is wfn:? if it's a custom filter where did you define it? if in Everything, you'd need to used 1.5a if in settings.toml, this is a known bug #97 which has been fixed source, just not released yet, waiting for PT 0.81.

Sorry. Git didn't notify me of your reply. I took it from the documentation Everything

image

@lin-ycv
Copy link
Owner

lin-ycv commented May 22, 2024

that is the default behaviour, not sure why a filter/modifier is needed for that
image

@bropines
Copy link
Author

bropines commented May 22, 2024

that is the default behaviour, not sure why a filter/modifier is needed for that

I just needed to find at least one word that would be in the title and not contained in it. And this flag allows it to be done (nowfn does what it does by default. Some fool wrote the documentation). Also, either I鈥檓 a fool, or the skis didn鈥檛 work

image

@lin-ycv lin-ycv reopened this May 23, 2024
@lin-ycv lin-ycv changed the title 馃悰 Double modifiers do not work 馃悰 Everything native modifiers do not work May 23, 2024
@lin-ycv
Copy link
Owner

lin-ycv commented May 25, 2024

so the issue is that you've enabled regex and match patch, these options changes the behaviour and search paramemters, causing the modifier to not work correctly

image

if you need native modifers like wfn: regulary, you can disable match path and regex in the settings, and enable them on a per search bases by including \ in the query for match path, and regex: for regex

test and let me know if it works, also v0.81.0 have some issues, i'd recommend you to revert update to 0.80.0.1

@bropines
Copy link
Author

bropines commented May 25, 2024

Yep, work! Or maybe for such modifiers you can separately write a command like m: ?

image

Upd. Although I just thought it would make zero sense.

@lin-ycv
Copy link
Owner

lin-ycv commented May 25, 2024

Read the explanation by void here, it's about match path and regex, but same concept applies here.
https://www.voidtools.com/forum/viewtopic.php?t=15092

So there not much I can do here, since the actual search is dealt by everything and not EPT

I could implement something like m:wfn: but I think that might start introducing weird behaviour different from everything.
I think the best option is to have the same default settings as everything, so there aren't any confusions for users.

@lin-ycv lin-ycv closed this as completed May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants