If your keys are all lowercase, you can use the
lc function to floor your search term (same for uppercase and
uc). If your keys are variable case, you could use a second has as a mapping, but would require no key collisions after flooring case to be robust.