We want the best bet feature to return results only when ALL words in keywords column are present in the query.
Right now best bet uses matches which is not something we can use because of the unique nature of our application. For example if we have keywords set to 'loan processing' then we want to show best bets only when the query is any of the following forms:
loan processing, processing loan, processing loans, loans processing,xyz loan abc processing, abc processing xyz loan .....................
can't uses matches (we don't want to return best bets when someone types in loan.It is too general term and it would not have any relevance to the query as such). Can't use eq (as you can see word order and proximity are not important, what is important is ALL WORDS). I am willing to repeat the description, title etc. by having only one keyword in keywords box. But we do need best bets to do something like what i mentioned above. I don't know how to accomplish this. Help is greatly appreciated.
Right now best bet uses matches which is not something we can use because of the unique nature of our application. For example if we have keywords set to 'loan processing' then we want to show best bets only when the query is any of the following forms:
loan processing, processing loan, processing loans, loans processing,xyz loan abc processing, abc processing xyz loan .....................
can't uses matches (we don't want to return best bets when someone types in loan.It is too general term and it would not have any relevance to the query as such). Can't use eq (as you can see word order and proximity are not important, what is important is ALL WORDS). I am willing to repeat the description, title etc. by having only one keyword in keywords box. But we do need best bets to do something like what i mentioned above. I don't know how to accomplish this. Help is greatly appreciated.