I don't like that I have to enter complex queries all the time, it's awful, and on top of that it still doesn't work! E.g.
^D:\\WinX\\(?!Republic - Apolog\(DJ Remix 2024\) #dj抖2024\\)[^\\]+\\.*$ size:15MB..100MB
I don't like that I have to enter complex queries all the time
Re: I don't like that I have to enter complex queries all the time
What doesn't work. What are you trying to match?
Re: I don't like that I have to enter complex queries all the time
You can use bookmarks and macros.
No need to enter complex searches over and over again.
No need to enter complex searches over and over again.
Re: I don't like that I have to enter complex queries all the time
I'm not a programmer, I don't write macros, I'm an ordinary user, not an expert. Just want to find the size of the file, but did not work "size:" with regular expressions.horst.epp wrote: Sun Jan 05, 2025 3:05 pm You can use bookmarks and macros.
No need to enter complex searches over and over again.
Macros don't make sense anyway, because I use thousands of different combinations of different file searches and names and other things. So it won't speed up the task.
Re: I don't like that I have to enter complex queries all the time
You don't need to be a programmer. But it looks like you're trying to do advanced/expert things, so you may need to learn how to do those things. And if you explained what you're trying to do, maybe you'd get some help with that here.Debugger wrote: Sun Jan 05, 2025 5:53 pm I'm not a programmer, I don't write macros, I'm an ordinary user, not an expert. Just want to find the size of the file, but did not work "size:" with regular expressions.
Re: I don't like that I have to enter complex queries all the time
I am guessing you have Regular Expressions enabled.
Everything Search functions do not work when Regular Expressions are enabled globally.
Disable Regular Expressions from the Search menu.
Search for:
Basic Everything Search Syntax:
Space = AND
| = OR
! = NOT
< > = Grouping
" " = Escape operator characters.
Please try Search -> Advanced Search
Easily set a regular expression and size range.
Everything Search functions do not work when Regular Expressions are enabled globally.
Disable Regular Expressions from the Search menu.
Search for:
regex:"^D:\\WinX\\(?!Republic - Apolog\(DJ Remix 2024\) #dj抖2024\\)[^\\]+\\.*$" size:15MB..100MB
Basic Everything Search Syntax:
Space = AND
| = OR
! = NOT
< > = Grouping
" " = Escape operator characters.
Please try Search -> Advanced Search
Easily set a regular expression and size range.
-
- Posts: 729
- Joined: Wed Jan 05, 2022 9:29 pm
Re: I don't like that I have to enter complex queries all the time
Let's see if I understand your situation:-Debugger wrote: Sun Jan 05, 2025 5:53 pmMacros don't make sense anyway, because I use thousands of different combinations of different file searches and names and other things. So it won't speed up the task.
(1) You want to speed up the task of specifying your search; for most of us this will amount to reducing the number of keystrokes you need to perform for each search. Typing in
Code: Select all
^D:\\WinX\\(?!Republic - Apolog\(DJ Remix 2024\) #dj抖2024\\)[^\\]+\\.*$ size:15MB..100MB
Code: Select all
Republic - Apolog\(DJ Remix 2024\)
(2) As has been pointed out in this thread, you will need to learn at least some basics about features of Everything if you want to maintain control of how you search with Everything. Learning is easy here as almost everyone who posts has a positive attitude towards those who are willing to learn.
(3) Be careful with the term "macros". To me "macros" means assembly-language inline expansion of source code for machines as fascinating as the DEC PDP-6, the IBM 1401 and the System/360, the CDC 3300s series of mainframes and also Microsoft Office VBA (a different form of "macro"), as well as Everything. Any deep discussion of "macros" in Everything will be assumed to refer to Void's implementation of what he calls macros which, at first, can be confused with "search", "filters", "bookmarks" and so on - in the context of Everything.
If at this point you agree, roughly, with what I have laid out then I am going to suggest that you need some sort of interactive method whereby, in my example above, you get to type in the variable part of a search "Republic - Apolog\(DJ Remix 2024\)", but the invariable parts of the search "^D:\\WinX\\(?!" and "#dj抖2024\\)[^\\]+\\.*$ size:15MB..100MB" would be provided automatically by the pre-defined procedure.
Am I close to your ideas at this point?
Cheers, Chris
Re: I don't like that I have to enter complex queries all the time
I think my questions are specific, from what I've noticed required accoutrements in this particular tool “Everything” are still required “quotes” in ReGexand writing terms “regex:” instead of enabling this option.
@void - Work: regex:"..."
@void - Work: regex:"..."