From 612479b63283586e182f4dcb8e0247e54688ddf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Tue, 3 Apr 2018 13:16:04 +0000 Subject: [PATCH] Advanced Search: Support of regexp for strings SVN:b1162[5595] --- js/search/search_form_criteria_string.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/search/search_form_criteria_string.js b/js/search/search_form_criteria_string.js index b659c6cb1..d266465ac 100644 --- a/js/search/search_form_criteria_string.js +++ b/js/search/search_form_criteria_string.js @@ -28,6 +28,11 @@ $(function() 'code': 'ends_with', 'rank': 30, }, + 'REGEXP': { + 'label': 'regexp', + 'code': 'REGEXP', + 'rank': 40, + }, '=': null, // Remove this one from string widget. }, },