Hi All:
I am trying to create a search engine. I saw an example of this code and want to implement it in my database but I can't.
The database consists of 3 functions that return True when the source string passed to it contains "All Words", "Any Word", or "Exact Phrase" of the keyword, repectively.
My queries doesn't work. It tells me expression too complicated. Although I am using the exact same code given in the example.
I am attaching my db. Can anyone help me with this?
I will also attach the db from where I am taking the code.
Thx in advance
Ekta
I am trying to create a search engine. I saw an example of this code and want to implement it in my database but I can't.
The database consists of 3 functions that return True when the source string passed to it contains "All Words", "Any Word", or "Exact Phrase" of the keyword, repectively.
My queries doesn't work. It tells me expression too complicated. Although I am using the exact same code given in the example.
I am attaching my db. Can anyone help me with this?
I will also attach the db from where I am taking the code.
Thx in advance
Ekta