Farfetch / maestro

A load testing tool to make tests execution and analysis using JMeter.
https://Farfetch.github.io/maestro
MIT License
31 stars 4 forks source link

Fix: Search bar in history is case sensitive #792

Closed crazyplayy closed 1 year ago

crazyplayy commented 1 year ago

Expected behavior

When searching for a run in the History tab, the search should not be case-sensitive

Actual behavior

The search is case-sensitive.

Steps to reproduce

  1. Create a test with a title in lowercase
  2. Run the test
  3. End the test or let it finish
  4. Go to the History tab
  5. Search for the title in uppercase

Possible fix

Make the backend Query search in lowercase.