Endbringer
Technical User
Hi!
I've got a <input> text tag that someone types in their search item. What I want to do is do a search that's like a Contains on a string.
Now my problem is, if the item i want to find is called "State of Franklin Bikeway" and the person types in "state", how do I make it where it will do a search on the full name using the partial? Is this where the substring() function is better? or is there a contains() function?
Robert
"Women are like alcohol. They're great at first but give you a headache the next day."
I've got a <input> text tag that someone types in their search item. What I want to do is do a search that's like a Contains on a string.
Now my problem is, if the item i want to find is called "State of Franklin Bikeway" and the person types in "state", how do I make it where it will do a search on the full name using the partial? Is this where the substring() function is better? or is there a contains() function?
Robert
"Women are like alcohol. They're great at first but give you a headache the next day."