alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
26 stars 4 forks source link

BUG: Search is case sensitive #4272

Open hero101 opened 3 months ago

hero101 commented 3 months ago

Describe the bug "Capitals are defining search results: when I search for 'denise', I don't get any search results for contributors. When I search with capital for 'Denise', I do get the results. "

To Reproduce Steps to reproduce the behavior:

  1. Go to Home page
  2. Click on Search
  3. Search for 'denise'
  4. No results for Contributor Denise Larsson
  5. Search for 'Denise'
  6. Results are found Contributor for Denise Larsson

Expected behavior Search is not case sensitive