W1ldr/dictionary-api

Fix: list words starting with lower or upper case

Closed this issue · 4 comments

The search is not insensitive case, there is difference between 'b' and 'B', there 'Brasil' and 'brasil' words, in both is the same.

Brasil can be found searching with 'B' in the first page, and brasil can be found in the 229th page searching with 'b'

brasil

image

Hey @DumiJDev, thanks for the inputs, changes will be made and the routes /words/starting_with/ will not be sensitive case

Brasil

image