In the following example: http://jsfiddle.net/ts8h2w94/3/ I get the following stacktrace after entering "*?" as the filter expression. This seems to affect all versions that I tested, including the example on the website ("Complex Example" on http://ui-grid.info/).
SyntaxError: Invalid regular expression: /^[\s\S]*??$/: Nothing to repeat
at RegExp (native)
at Object.guessCondition (http://ui-grid.info/release/ui-grid-unstable.js:9545:14)
at Object.setupFilters (http://ui-grid.info/release/ui-grid-unstable.js:9592:45)
at Object.search (http://ui-grid.info/release/ui-grid-unstable.js:9805:59)
at Grid.searchRows (http://ui-grid.info/release/ui-grid-unstable.js:5400:24)
at startProcessor (http://ui-grid.info/release/ui-grid-unstable.js:4894:33)
at handleProcessedRows (http://ui-grid.info/release/ui-grid-unstable.js:4910:20)
at wrappedCallback (http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js:11573:81)
at wrappedCallback (http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js:11573:81)
at http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js:11659:26
This issue appears to be similar to http://stackoverflow.com/questions/29554683/angularjs-ui-utils-highlight-filter-breaks-application-on-search
In the following example: http://jsfiddle.net/ts8h2w94/3/ I get the following stacktrace after entering "*?" as the filter expression. This seems to affect all versions that I tested, including the example on the website ("Complex Example" on http://ui-grid.info/).
This issue appears to be similar to http://stackoverflow.com/questions/29554683/angularjs-ui-utils-highlight-filter-breaks-application-on-search