So i've installed full text search, but my only problem is that it doesn't seem to search through the HTML. If I add properties to the "bodyProperties" parameter it does seem to search. Also I noticed the htmlcache in the database seems to be empty.
I've kept almost all configuration the same except for:
I tried 2 HttpUrl settings, both doesn't seem to work:
<HttpUrl> 127.0.0.1/default.aspx</HttpUrl>
<HttpUrl>dev.mywebsite/default.aspx</HttpUrl>
<HttpHost>dev.mywebsite</HttpHost>
I believe FullTextSearch will work without configuring the indexes and properties right? But I'm not too sure what i'm doing wrong. It'd be great if you could give me some pointers!
Correct, FullTextSearch will work without configuring the index and properties (so you should be able to remove the "bodyProperties" properties). Also, the htmlcache table will only be used if FullTextSearch is configured to do so.
Can you please confirm which version of Umbraco and FulltextSearch you are using. Ensure to use the correct combination.
You will need <enabled>true</enabled> For testing purposes, can you please set <PublishEventRendering>false</PublishEventRendering> Just to make sure, can you set <HttpUrl>http://dev.mywebsite/default.aspx</HttpUrl> (note the "http://"). In case you need to use <HttpHost>, then you can set <HttpUrl>http://127.0.0.1/default.aspx</HttpUrl> (note the "http://") and <HttpHost>dev.mywebsite</HttpHost>
Also, can you please have a look in App_Data/Logs to see if any FullTextSearch errors are logged?
I've just released a new version of the packages which fixes a particular issue. Although unlikely, it might be the case that you were experiencing the same issue, so it might be worth installing the latest version for your Umbraco.
Have you had a chance to look at the above fedback? Did it solve the issue? If so, can you please mark it as answered, otherwise let me know if I can provide any more info that might help.
Hey Governer, Sorry for not replying, I already had solved the problem, a collegeau recompiled the dll of full text with the version of examine our umbraco project uses. And then it started to work. I think it's the same problem. Thanks for your help!
Full Text Search indexing doesn't seem to work
Hi,
So i've installed full text search, but my only problem is that it doesn't seem to search through the HTML. If I add properties to the "bodyProperties" parameter it does seem to search. Also I noticed the htmlcache in the database seems to be empty.
I've kept almost all configuration the same except for:
FullTextSearch.config:
<enabled> true </enabled>
<PublishEventRendering>true</PublishEventRendering>
I tried 2 HttpUrl settings, both doesn't seem to work:
<HttpUrl> 127.0.0.1/default.aspx</HttpUrl>
<HttpUrl>dev.mywebsite/default.aspx</HttpUrl>
<HttpHost>dev.mywebsite</HttpHost>
I believe FullTextSearch will work without configuring the indexes and properties right? But I'm not too sure what i'm doing wrong. It'd be great if you could give me some pointers!
Hi Khai
Correct, FullTextSearch will work without configuring the index and properties (so you should be able to remove the "bodyProperties" properties). Also, the htmlcache table will only be used if FullTextSearch is configured to do so.
Can you please confirm which version of Umbraco and FulltextSearch you are using. Ensure to use the correct combination.
You will need <enabled>true</enabled>
For testing purposes, can you please set <PublishEventRendering>false</PublishEventRendering>
Just to make sure, can you set <HttpUrl>http://dev.mywebsite/default.aspx</HttpUrl> (note the "http://"). In case you need to use <HttpHost>, then you can set <HttpUrl>http://127.0.0.1/default.aspx</HttpUrl> (note the "http://") and <HttpHost>dev.mywebsite</HttpHost>
Also, can you please have a look in App_Data/Logs to see if any FullTextSearch errors are logged?
I've just released a new version of the packages which fixes a particular issue. Although unlikely, it might be the case that you were experiencing the same issue, so it might be worth installing the latest version for your Umbraco.
Let me know if any of the above solves the issue.
Best regards,
Rigardt
Hi Khai
Have you had a chance to look at the above fedback? Did it solve the issue? If so, can you please mark it as answered, otherwise let me know if I can provide any more info that might help.
Best regards,
Rigardt
Hey Governer, Sorry for not replying, I already had solved the problem, a collegeau recompiled the dll of full text with the version of examine our umbraco project uses. And then it started to work. I think it's the same problem. Thanks for your help!
is working on a reply...