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 (12.23 KiB) Viewed 936 times
.
.
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 (12.36 KiB) Viewed 936 times