zotero/chrome
Dan Stillman 778fba60cb Limit Everything full-text-word subsearch to current library
This fixes an error using Everything if another library hasn't yet been
loaded and should speed up Everything searches for people with multiple
libraries.

This is sort of an awkward fix, because it doesn't fix the underlying
problem of `addCondition('libraryID', ...)` not working the same as
`.libraryID =` for some search conditions that perform subsearches. But
supporting `addCondition('libraryID', ...)` for those would get
complicated, because there could technically be multiple such
conditions, and applying those to a subsearch that used `AND` would get
messy. So let's just fix the problem at hand.

Fixes #3032
2023-03-21 16:11:59 -04:00
..
content Limit Everything full-text-word subsearch to current library 2023-03-21 16:11:59 -04:00
locale Update locales from Transifex 2023-03-12 16:44:56 -04:00
skin/default Made toolbar accessible to keyboard (#2853) 2023-02-13 23:28:53 -05:00