Search found 8 matches

by robertcollier4
Fri Oct 19, 2018 9:58 pm
Forum: Suggestions
Topic: Search Everything concept applied to filtering text files
Replies: 9
Views: 15825

Re: Search Everything concept applied to filtering text files

Checkout SublimeText, with its powerful plugin API, it is able to do what you want. And configurable with hotkeys and custom behavior. https://superuser.com/questions/452189/how-can-i-filter-a-file-for-lines-containing-a-string-in-sublime-text-2 https://github.com/davidpeckham/sublime-filterlines - ...
by robertcollier4
Fri Oct 19, 2018 8:16 pm
Forum: Bug report
Topic: es.exe doesnt work with multi word queries (AND)
Replies: 5
Views: 13661

Re: es.exe doesnt work with multi word queries (AND)

Thanks! -p fixed it. I was thinking that es.exe would use the same options set in the settings. Yes, I do have match patch enabled in the GUI. I'll now add -p to all my command line usage.
Resolved.
by robertcollier4
Fri Oct 19, 2018 7:45 pm
Forum: Bug report
Topic: es.exe doesnt work with multi word queries (AND)
Replies: 5
Views: 13661

Re: es.exe doesnt work with multi word queries (AND)

I've tried that.

Code: Select all

es.exe portableapps everything
Result - no results found

Please try with a similar example on your hard drive and see if you can reproduce. Choose the names of two different subdirectories in one path like I have with es.exe.
by robertcollier4
Fri Oct 19, 2018 5:38 pm
Forum: Bug report
Topic: es.exe doesnt work with multi word queries (AND)
Replies: 5
Views: 13661

Re: es.exe doesnt work with multi word queries (AND)

It seems as if es.exe "portableapps everything" is being resolved as Everything GUI "portableapps everything" Rather, es.exe "\"portableapps everything\"" should resolve to that GUI result of typing quotes around multiple words. As per https://superuser.com/qu...
by robertcollier4
Fri Oct 19, 2018 5:13 pm
Forum: Bug report
Topic: es.exe doesnt work with multi word queries (AND)
Replies: 5
Views: 13661

es.exe doesnt work with multi word queries (AND)

Hi, I am having a problem with es.exe not returning any results for some multi word queries, even though I am including quotes to indicate the entire string as a single command line parameter. The same query in Everything GUI works perfectly. Steps to reproduce: 1. On command line using ES-1.1.0.10 ...
by robertcollier4
Thu Jun 27, 2013 7:44 pm
Forum: Suggestions
Topic: Could you add an option "update database manually" ?Thank yo
Replies: 10
Views: 17114

Re: Could you add an option "update database manually" ?Than

Not sure if this will help but maybe if you disable the option "Monitor Changes" on the hdd\partition,that won't scan for updates If "Monitor changes" is disabled - then is there any way to trigger a manual "incremental rescan" via the command line? Sometimes I am copy...
by robertcollier4
Thu Jun 27, 2013 7:35 pm
Forum: Support
Topic: Everything Service Help
Replies: 29
Views: 318946

Re: Everything Service Help

Can the "Everything service" alone provide results to es.exe command line?
by robertcollier4
Sun Jun 16, 2013 5:12 pm
Forum: Support
Topic: Filter only for path?
Replies: 1
Views: 4755

Re: Filter only for path?

I was looking to do this too and figured out it can be done with the folder: modifier. But the trick though is that if you want to include more than one word in your search query, you need to enclose the search query with a <> grouping. folder:<searchterm1 searchterm2> Take a look at the Modifiers s...