1
0
Commit Graph

4 Commits

Author SHA1 Message Date
a104f6f2c0 Improve search script 2024-05-06 12:45:39 +02:00
aa289de836 Search optimisation
These changes make the code more efficient, since going trough an array
with `forEach` is faster than iterating with a foor loop on every input
change. Using `indexOf()` instead of `includes()` is faster as well.
2022-12-09 13:17:29 +01:00
9d2305bd68 Search optimisation 2022-09-30 22:05:25 +02:00
5403e0e556 Enable search on category listing 2021-12-04 22:10:40 +01:00