-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: master
-
Fix Version/s: master
-
Component/s: Coin (obsolete)
-
Labels:None
-
Commits:ad917ca7c1ce8d20dfc432ae36b1241c7df9f7de
The current implementation of task filter is done in javascript, which means that only small set of cached objects are searched for the regular expression.
Since webserver.go contains already a complete list of deserialized tasks objects, the regex search box could ask webserver the question "Could you give me X tasks links that match regular expression: {searchPattern}?".