Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 327

General • Re: Sorting content search by frequency of search hits

$
0
0
Just paste it in the search bar.

I recommend combining it with other filters:

"E:\Drive" doc: addcolumn:a a:=STRINGCOUNT($content:,"Apple") sort:a-descending


E:\Drive = Change this to a path on your E: drive.
doc: = match documents (change to *.txt or other specific extensions for improved performance)
Sorting progress is shown in the status bar on the right.
It will take several minutes for Everything to gather this information.



Try the following to ignore case:

"E:\Drive" doc: addcolumn:a a:=STRINGCOUNT(REMOVEDIACRITICS(LOWER($content:)),"Apple") sort:a-descending




STRINGCOUNT() examples
STRINGCOUNT()

Statistics: Posted by void — Sun Jul 28, 2024 5:26 am



Viewing all articles
Browse latest Browse all 327

Trending Articles