I have a search field that finds info from a database, but it's case sensitive. Is there a way to change that? The site is rvingusa.com. Campground search.
Is the serach field case sensitive or the entry in the dB? What programming language are you using? You can convert the whatever value thats in the input field of the form to either all lowercase or uppercase (depending on what the case in the dB is)
You can use JS (toupper or tolower)to convert the case of the chars -
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.