SwampScheduler icon indicating copy to clipboard operation
SwampScheduler copied to clipboard

Search caching doesn't ignore capitalization

Open bnielsen1 opened this issue 2 years ago • 0 comments

Searches made with the same letters but different capitalizations are cached separately. For example, if you search "mas" then "Mas" the app calls the API a second time instead of using the cached data. We should normalize capitalization before saving data to fix this issue.

bnielsen1 avatar Oct 19 '23 21:10 bnielsen1