mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Advanced Search: Support of regexp for strings
SVN:b1162[5595]
This commit is contained in:
@@ -28,6 +28,11 @@ $(function()
|
||||
'code': 'ends_with',
|
||||
'rank': 30,
|
||||
},
|
||||
'REGEXP': {
|
||||
'label': 'regexp',
|
||||
'code': 'REGEXP',
|
||||
'rank': 40,
|
||||
},
|
||||
'=': null, // Remove this one from string widget.
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user