Im not sure why but it seems not to work for me...
Umbraco version: 6.1.2 Full Text Search version: 6.1.2 All settings default. My project has 50+ pages and is hosted in Azure.
Tried reindexing but still im only able to find one of my pages in the serchresults. (when typing the exact page name) Cant search any content at all when try...
Any ideas what to do to fix it or look for errors?
Can you please provide your FullTextSearch.config as well as your configurations for FullTextSearch in your two Examine config files. Also, looking at your log files in App_Data\Logs, do you see any FullTextSearch errors being logged at the moment? This would probably be the best place to start investigating the issue.
I got it working. Problem was, I had "http://www.mydomain.com/default.aspx" in the <HttpUrl> in FullTextSearch.config. After removing "/default.aspx" it works like a charm ;-)
search finds no results
Im not sure why but it seems not to work for me...
Umbraco version: 6.1.2
Full Text Search version: 6.1.2
All settings default.
My project has 50+ pages and is hosted in Azure.
Tried reindexing but still im only able to find one of my pages in the serchresults. (when typing the exact page name) Cant search any content at all when try...
Any ideas what to do to fix it or look for errors?
Hi Amigo
Can you please provide your FullTextSearch.config as well as your configurations for FullTextSearch in your two Examine config files. Also, looking at your log files in App_Data\Logs, do you see any FullTextSearch errors being logged at the moment? This would probably be the best place to start investigating the issue.
Thanks, Rigardt
Hi Rigardt,
I got it working.
Problem was, I had "http://www.mydomain.com/default.aspx" in the <HttpUrl> in FullTextSearch.config.
After removing "/default.aspx" it works like a charm ;-)
/Thomas
Good to hear, thanks for providing the solution!
is working on a reply...