in2publish_core icon indicating copy to clipboard operation
in2publish_core copied to clipboard

[TASK] Make search in file module case-insensitive

Open dreistromlandMf opened this issue 1 year ago • 1 comments

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.

dreistromlandMf avatar Aug 28 '24 13:08 dreistromlandMf

https://projekte.in2code.de/issues/66503

sbusemann avatar Sep 09 '24 10:09 sbusemann

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.

pixeldesu avatar Sep 25 '24 12:09 pixeldesu

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:

dreistromlandMf avatar Sep 25 '24 16:09 dreistromlandMf