From a7d1488fe7d8f516eeed064861355917a55f63d5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 30 Nov 2018 21:08:58 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 493d55da..a7124a40 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -611,6 +611,15 @@ var TagsPrototype = { // constructor... parseQuery: function(query){ return this.constructor.parseQuery.call(this, query) }, + // + // Execute query... + // .query(query) + // -> values + // + // Execute the query and return raw/structured results... + // .query(query, true) + // -> values + // query: function(query, raw){ var that = this var ns = this.__query_ns @@ -640,7 +649,7 @@ var TagsPrototype = { this : (this // XXX should these be here??? - .flat(1) + .flat() .unique()) }) },