I need to automatically add characters to inputted text.
for example if somebody types:
nintendo mario jump
I need the string to add + next to every word
so it will now be +nintendo +mario +jump
however, if there are other operators in front of the words, it WILL NOT add a plus sign
for example lets say somebody enters this phrase
+mario -jump
I dont want jump to have +-jump
this is kind of confusing and i'm probably doing this the wrong way. i'm messing around with boolean searches NOT FULLTEXT but boolean
i have to manually type in +mario +jump +nintendo if i want to search for all of those words
if i type mario jump nintendo i get totally different results because it searches for ANY of those words not ALL.
Any help is appreciated and thanks.