Details
-
Bug
-
Resolution: Done
-
P2: Important
-
master
-
None
-
ad917ca7c1ce8d20dfc432ae36b1241c7df9f7de
Description
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}?".