It should be possible to filter the series list by some string. This could use some kind of incremental/fuzzy search, wildcards, or regular expressions. Even though regular expressions can be incredibly useful, I think incremental search would be considerably more useful to more people.
It should be possible to filter the series list by some string. This could use some kind of incremental/fuzzy search, wildcards, or regular expressions. Even though regular expressions can be incredibly useful, I think incremental search would be considerably more useful to more people.
Maybe we could use filter.js: https://github.com/jiren/filter.js Example here: http://jiren.github.io/filter.js/index.html