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,
|
is: true,
|
||||||
isNot: true,
|
isNot: true,
|
||||||
contains: true,
|
contains: true,
|
||||||
doesNotContain: true
|
doesNotContain: true,
|
||||||
|
beginsWith: true
|
||||||
},
|
},
|
||||||
table: 'itemData',
|
table: 'itemData',
|
||||||
field: 'value',
|
field: 'value',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue