I have installed and confugured everything for this package, it's working but it looks like it's just looking for the text in page titles, not the main text.
how can i add different document types to the default, in order to search in the main text, description and...
How have you configured the search? I don't know if you're aware but in the bottom of the package page there is a "documentation" tab where you can download a pdf, which explains how the package works in more details.
Not the full text
Hello,
I have installed and confugured everything for this package, it's working but it looks like it's just looking for the text in page titles, not the main text.
how can i add different document types to the default, in order to search in the main text, description and...
Thanks,
Mitra
Hi Mitra
How have you configured the search? I don't know if you're aware but in the bottom of the package page there is a "documentation" tab where you can download a pdf, which explains how the package works in more details.
Hope this helps.
/Jan
Yes, I have seen the pdf.
Basicly downloaded it and have changed:
<Enabled>true</Enabled>
and
<HttpUrl>http://mysite.com/default.aspx</HttpUrl> to my website address.
in fulltextsearch.config
and added <IndexUserFields>
<add Name="title" />
<add Name="mainText" />
<add Name="description"/>
</IndexUserFields>
to the "IndexUserFields" under ExamineSearchProviders.
I deleleted ~/App_Data/TEMP/ExamineIndexes/FullText/ and republished it again. but the search is just working for nodeName I think.
I just republished the website and it's working now. Thanks :)
is working on a reply...