V1b4: Universal search popup for items in databases, database, current or preferred group, reading list and favorites, and smart groups

Three modifications are posted in the original script:

(1) Add “c” for search-in-current-selection. I.e. “scope: selection”

(2) Speed up the search in “f” (cmd field “favourites”) by
–(A) use “name:<” as default predicate for one-letter query (for “f” only).

E.g. All items in the “favorites” with a name beginning with the letter “p” will be listed

–(B) using “name:~” as the default predicate (for “f” only).

E.g. All items in the “favorites” with a name that contains “pap” will be listed

(3) Speed up the search for all CMD field queries. If there is only one item found in the query of “r” the reading list or “f” the favorites, the item will be opened directly.

1 Like