[TASK] Make search in file module case-insensitive
The JavaScript-Based search in the file module is case sensitive. This is unusual for searches.
Both the searched value as well as the searchable data are now transformed toLowerCase before comparison.
Possible improvements are:
- Applying that transformation in Fluid, trading having it to do every request server-side vs. not having to do it on the client for every search.
- Implementing some kind of fuzzy search-logic.
https://projekte.in2code.de/issues/66503
Thanks for your contribution! Manually cherry-picked this into develop at 33242ecc8cb913e7118fb29fc560cd9592027098 due to previous master commits being present in this PR for some reason.
Also, please open Pull Requests against our default (develop) branch, not the master branch.
There being commits unmerged into develop is exactly why I switched it. I'll try to rebase onto develop if there is a next time :+1: