Post your feature requests here
-
Simonb
- Posts: 3
- Joined: Tue Feb 07, 2023 5:31 pm
Tue Feb 07, 2023 6:05 pm
Hi,
Please could the search at the top of the Zones page be case insensitive?
At the moment a zone called "ABC Example" won't be found by a search for "abc" or "example", and a zone with difficult to remember capitalisation such as "EXample Co Ltd" won't show up for "example".
(Browser search with Ctrl-F does not help because the page is infinite-scroll and most of the entries have not loaded yet).
-
Tomas
- Posts: 1137
- Joined: Sat Jun 25, 2016 12:33 pm
Tue Feb 07, 2023 6:16 pm
Hi,
What database are you using? Search is handled by the DB, and whether the search is CS or CI depends on the schema charset / collation.
-
Simonb
- Posts: 3
- Joined: Tue Feb 07, 2023 5:31 pm
Tue Feb 07, 2023 9:26 pm
Hi Tomas,
Thanks - I don't know (I was not involved in the setup); but that is interesting and I can see about changing the collation settings.