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.