Re: Searching for multiple words in one field
- From: "Daniel Crichton" <msnews@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Jan 2006 14:32:28 -0000
GM wrote on Wed, 18 Jan 2006 14:39:47 +0100:
> Hello,
>
> I use sqlserver 2005 with fulltext.
> I want to search for multiple words in a single word field.
> How can I do this.
> For example :
> Field to search =
> "Iwanttogohome"
> "homewant"
> "togohome"
>
> Searchquery words = want home
> My example should find all 3 of the results.
> It should find a word if one of the searched words is included (and rank
> it)
>
> Any ideas?
FTS works on the words being indexed based on a word break, and you have no
word breaks. I can't see how you can possibly use FTS to handle this.
Dan
.
- References:
- Prev by Date: Searching for multiple words in one field
- Next by Date: Re: Find fulltext index is exist are not
- Previous by thread: Searching for multiple words in one field
- Next by thread: Re: Searching for multiple words in one field
- Index(es):
Loading