make filter 'starts with/ends with' (ilike) available
parent
ea9a1479dd
commit
146027c1a9
|
|
@ -162,6 +162,7 @@ var Char = Field.extend({
|
|||
operators: [
|
||||
{value: "ilike", text: _lt("contains")},
|
||||
{value: "not ilike", text: _lt("doesn't contain")},
|
||||
{value: "=ilike", text: _lt("starts/ends with")},
|
||||
{value: "=", text: _lt("is equal to")},
|
||||
{value: "!=", text: _lt("is not equal to")},
|
||||
{value: "∃", text: _lt("is set")},
|
||||
|
|
|
|||
Loading…
Reference in New Issue