Possible to search more for different parts of info in the same database with same search box?
I made a search button in my app following the tutorial guide for it, but I was wondering what javascript i put into the "where" spot to make it so i can search for more than one "tag" or information. Right now it says,
return '{"Name":"'+value+'"}';
I want it to include being able to search for "Permit_Number" alongside name for example. I also was wondering if it's possible to make it so the search doesnt have to be exactly as it was entered with capitals or lowercase, but if simply part of the word can be searched. Thank you.