Re: full-Text Search questions
- From: rogge <rogge@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 1 May 2006 09:47:01 -0700
Thank you for the info... I will search SQL Server BOL for information. Can
one add this functionality to the search feature?
I don't think the big boss man will be too happy with the search funciton
not returning information from child-sites. To clarify:
TopCo Site
TopCo Site / Employees
TopCo Site / Employees / HR
TopCo Site / Contractors
If a search is performed from TopCo Site nothing ever will be returned from
TopCo Site / Employees / HR.
englebert: i have noticed you are very knowledgeable and helpful with your
posts to others; thanks for your support.
"Engelbert" wrote:
- Full text search doesn't include Booleans or wild cards so Net won't find.
NetSuite but it would find Nets (i.e. another version of Net)
Where is a good place to find out more about Full-text searches?
It's an SQL Server function so the SQL Server BOL might be a good place to
look. Either that or search Google ...
Will 'child sites' also be searched?
No. The functionality in STS was to search the entire set of sites. There
were complaints so the functionality of WSS (and the WSS part of SPS 2003)
is to search a single site only.
Engelbert
"rogge" <rogge@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1490848E-C8B5-4E25-BF75-62DD890D91CF@xxxxxxxxxxxxxxxx
Ok i had to un-tick and re-tick "enable full text search" on the central
admin page and now have results; however, i assumed that the seach would
be
a "contains" type search, *Like* y'know *Like* oh my god... <wobbles head
back and forth; the large poka dotted bow stays firmly fixed to the
tight-pony-tailed hair> (apoligies in advance for poor SQL and high school
cheer leader referenes... on to the question)
SELECT <Field> from <Table> WHERE <Field> LIKE "*<SearchTextString>*"
but no avail.. for I seek "Net" and "NetSuite" is not returned. Yet,
querying "NetSuite" returns a record. And Child-Sites are not
searched....
"rogge" wrote:
I am trying to get a full-text search to work. the central admin. site
shows
that full-text search is enabled and i have a 'search' box in the top
left of
the share point site. Also in the SQL admin (on the server) Full-text
search
is enabeled and started. From what I have read, i have completed all
tasks
necessary for this functionality, but with no positive result.
When a search for a document was performed, nothing was returned. the
search phrase is contained in the document and in the document title.
Do SQL Server indexes need to be created? Can this be done
automatically?
What fields are to be used?
Where is a good place to find out more about Full-text searches?
Will 'child sites' also be searched?
SharePoint Portal Server 2003, SP1 / SQL Server 2000
Thank you for helping me trouble shoot this function.
- Follow-Ups:
- Re: full-Text Search questions
- From: Mark Andrews
- Re: full-Text Search questions
- References:
- Re: full-Text Search questions
- From: Engelbert
- Re: full-Text Search questions
- Prev by Date: Re: full-Text Search questions
- Next by Date: Re: Weird Data Issues
- Previous by thread: Re: full-Text Search questions
- Next by thread: Re: full-Text Search questions
- Index(es):
Relevant Pages
|