From ba70519ab89175ab7f931ad845d0386c6cb1792c Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Mon, 21 Sep 2015 11:24:16 +0200 Subject: [PATCH] Fix caret in filter specs According to the documentation t^20 will search for a substring only at the beginning of a string. For completeness specifying t$20 for substring searches at the end of a string is also supported. --- minsrc/ricoLiveGridAjax.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/minsrc/ricoLiveGridAjax.js b/minsrc/ricoLiveGridAjax.js index 44fd353..d239546 100644 --- a/minsrc/ricoLiveGridAjax.js +++ b/minsrc/ricoLiveGridAjax.js @@ -484,7 +484,11 @@ Rico.Buffer.AjaxSQLMethods = { queryHash['f['+colnum+'][len]']=c.filterValues.length; for (var i=0; i