Don't include "&" and "and" in search
This commit is contained in:
parent
70bf48a616
commit
21254238e1
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ var Zotero_QuickFormat = new function () {
|
|||
}
|
||||
|
||||
var s = new Zotero.Search();
|
||||
|
||||
str = str.replace(" & ", " ", "g").replace(" and ", " ", "g");
|
||||
if(charRe.test(str)) {
|
||||
Zotero.debug("QuickFormat: QuickSearch: "+str);
|
||||
s.addCondition("quicksearch-titlesAndCreators", "contains", str);
|
||||
|
|
Loading…
Reference in a new issue