Add 'begins with' operator to field search conditions
This commit is contained in:
parent
d551d1901f
commit
d0002736cd
1 changed files with 2 additions and 1 deletions
|
@ -394,7 +394,8 @@ Zotero.SearchConditions = new function(){
|
|||
is: true,
|
||||
isNot: true,
|
||||
contains: true,
|
||||
doesNotContain: true
|
||||
doesNotContain: true,
|
||||
beginsWith: true
|
||||
},
|
||||
table: 'itemData',
|
||||
field: 'value',
|
||||
|
|
Loading…
Add table
Reference in a new issue