How can i make the search results case-insensitive?
Current setup:
- Apache Answer 1.3.1 Docker image
- Database: Postgresql 16.3.0 (latest bitnami helm chart)
Currently I only get search results, if the search term is written in the exact same case, e.g. searching for 'markdown' does not return questions containing the term 'Markdown'.
Is there a way to fix this? Thank you in advance!