Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Search Database Using + and - like AltaVista Search

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-10-26 : 20:02:26
Zack writes "I need to be able to have a search with a query language similar to AltaVista and Excite where the user can type any of the following in a search box...

bananas oranges
+bananas oranges
-bananas oranges
"yellow bananas"
"yellow bananas" +oranges
(bananas OR oranges) +fruit

...and sort them by score?

I can't find any examples anywhere on how to do this in VBScript and SQL.

Thanks guys,
Zack"
   

- Advertisement -