Advanced Search: Support of regexp for strings

SVN:b1162[5595]
This commit is contained in:
Eric Espié
2018-04-03 13:16:04 +00:00
parent 013dcdf93e
commit 612479b632

View File

@@ -28,6 +28,11 @@ $(function()
'code': 'ends_with',
'rank': 30,
},
'REGEXP': {
'label': 'regexp',
'code': 'REGEXP',
'rank': 40,
},
'=': null, // Remove this one from string widget.
},
},