Environment:
- EvolutionCMS Version: 3.5.4
- PHP Version: 8.4
- Database: sqlite
Steps to Reproduce:
- Install a clean instance of Evolution CMS 3.5.4 (SQLite).
- Go to the Manager search bar and type "evolution" or "cms".
- The search returns no search results
Actual result:
No results. Search is case-sensitive.
Expected result:
Search should be case-insensitive (finding "Evolution CMS Install Success" when searching for "evolution" or "cms").
The search functions correctly (case-insensitive) on a MySQL environment.