Fix: list words starting with lower or upper case
Closed this issue · 4 comments
DumiJDev commented
The search is not insensitive case, there is difference between 'b' and 'B', there 'Brasil' and 'brasil' words, in both is the same.
DumiJDev commented
Brasil can be found searching with 'B' in the first page, and brasil can be found in the 229th page searching with 'b'
DumiJDev commented
W1ldr commented
Hey @DumiJDev, thanks for the inputs, changes will be made and the routes /words/starting_with/ will not be sensitive case
DumiJDev commented