If the value is entered manually (e.g. directly in the Everything search bar), you doesn't have angle brackets around the search term.
The new command allows you to support both scenarios: manual input and values passed from the browser.
However, you must first modify the bookmark in your browser so that when you enter a search term, it is not enclosed in angle brackets in Everything...
............
Old Bookmark:
Code: Select all
javascript:location.href='es:addcol:A A-label:="Content Count" A:=STRINGCOUNT($content:,search:) content:<'+document.getSelection()+'>';void(0);
produced
2026-04-12_173758.png
.
.
New Bookmark:
Code: Select all
javascript:location.href='es:addcol:A A-label:="Content Count" A:=STRINGCOUNT($content:,"'+document.getSelection()+'") content:'+document.getSelection()+'';void(0);
produced:
2026-04-12_173855.png
You do not have the required permissions to view the files attached to this post.