Add comment on inefficiency
authorMike Taylor <mike@indexdata.com>
Tue, 20 May 2014 11:07:54 +0000 (12:07 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 20 May 2014 11:07:54 +0000 (12:07 +0100)
examples/htdocs/mkws-widget-credo.js

index 2bb1b1a..21a0363 100644 (file)
@@ -1,3 +1,9 @@
+// ### This works inefficiently by having multiple teams all run the
+// same search against different sets of targets. A much better
+// approach would be run a single search, with all these panels
+// members of the same team, but picking out only the results relevant
+// to them. That will be more work.
+
 mkws.registerWidgetType('Credo', function() {
   var that = this;
   var s = []