You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If uppercase is false, the query is not lowercased. Either there should be an explicit flag to lowercase the query, or uppercase = false should lowercase the query.
The text was updated successfully, but these errors were encountered:
@bbstilson Currently, if uppercase is false, it means that no action will be taken on the query . I have a note to fix this issue, and I'll submit a PR later
Piggy backing off : nrempel/sleek#16
If
uppercase
isfalse
, the query is not lowercased. Either there should be an explicit flag to lowercase the query, oruppercase = false
should lowercase the query.The text was updated successfully, but these errors were encountered: