[ARVADOS] updated: 81d4874a0c28245bcc6f2c034450c96460886e1e
Git user
git at public.curoverse.com
Fri Sep 8 09:50:43 EDT 2017
Summary of changes:
apps/workbench/app/assets/javascripts/to_tsquery.js | 1 +
1 file changed, 1 insertion(+)
via 81d4874a0c28245bcc6f2c034450c96460886e1e (commit)
from bbf2bc5ce6b6b753fa494373b8264ccee1e0d340 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 81d4874a0c28245bcc6f2c034450c96460886e1e
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Fri Sep 8 09:50:26 2017 -0400
12194: Update comment.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/apps/workbench/app/assets/javascripts/to_tsquery.js b/apps/workbench/app/assets/javascripts/to_tsquery.js
index fc05b26..ab584d4 100644
--- a/apps/workbench/app/assets/javascripts/to_tsquery.js
+++ b/apps/workbench/app/assets/javascripts/to_tsquery.js
@@ -15,6 +15,7 @@
// " oo|ba " => "oo:*&ba:*"
// "// " => null
// "" => null
+// null => null
window.to_tsquery = function(q) {
q = (q || '').replace(/\W+/g, ' ').trim().replace(/ /g, ':*&')
if (q == '')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list