matheusvdk
Programmer
Hi, I'm making my search more generic using wildcards.
Let me show my conclusions.
ftsp = freetextsearchphrase
1 - fstp = "*son*" - OK!
2 - fstp = "\"*son*\"" - Not OK!
3 - fstp = "*camara* OR *camaras*" - Not OK!
4 - fstp = "\"*camara*\" OR \"*camaras*\"" - OK (just return the exact words, if there is a camaramen, it doesn't return it.
why? How can I make this search work with multiple words?
for example, if I enter ("cama" OR "camas") it should return camaras and camaseidon.
Thanks
Let me show my conclusions.
ftsp = freetextsearchphrase
1 - fstp = "*son*" - OK!
2 - fstp = "\"*son*\"" - Not OK!
3 - fstp = "*camara* OR *camaras*" - Not OK!
4 - fstp = "\"*camara*\" OR \"*camaras*\"" - OK (just return the exact words, if there is a camaramen, it doesn't return it.
why? How can I make this search work with multiple words?
for example, if I enter ("cama" OR "camas") it should return camaras and camaseidon.
Thanks