Add 'begins with' operator to field search conditions

This commit is contained in:
Dan Stillman 2019-08-01 23:40:52 -04:00
parent d551d1901f
commit d0002736cd

View file

@ -394,7 +394,8 @@ Zotero.SearchConditions = new function(){
is: true,
isNot: true,
contains: true,
doesNotContain: true
doesNotContain: true,
beginsWith: true
},
table: 'itemData',
field: 'value',