ezsearch finding media but not content one one site OK on another site
I'm using Umbraco v6.1.6 with MVC, switching from XSLT search to ezsearch. On development site ezsearch is working OK. On live site ezsearch finds media items but no content, not from name of page, headings, or body text, nothing. Compared 2 sites all looks same. Templates match between sites, have not changed partial view macro for ezsearch, all looks same between development and live. Any ideas?
OK, so it's all working now, after some scary moments on the live site....
On the original install of ezsearch on the test site, all went smoothly. However on the install of ezsearch to live site it did not install ezSearchBoostrapper.cs into App_Code folder. So I copied this from test to live. This did not work. So I uninstalled ezsearch from live, this did not remove ezSearchBoostrapper.cs, then re-installed it. At this point for reasons unknown the whole site crashed. I restarted the app pool to get it going again. Now XSLT search did not work either. Looking at content all pages on the property tab were showing Link to document as, something along the lines of, document is published but not in cache (error). So I then republished the entire site and now ezsearch is working. Hope this helps someone.
I had been having similar issues with ezSearch. It was working as I expected at first but then I tried a search after doing some other work on the site and it was then only working for media.
In the macropartial ezSearch settings I had the RootContentNodeId set to default -1. The problem may have been to do with my solution having sibling nodes to the root Home node. When i changed the RootContentNodeId to the id of the Home node '1060' I started getting results again.
ezsearch finding media but not content one one site OK on another site
I'm using Umbraco v6.1.6 with MVC, switching from XSLT search to ezsearch. On development site ezsearch is working OK. On live site ezsearch finds media items but no content, not from name of page, headings, or body text, nothing. Compared 2 sites all looks same. Templates match between sites, have not changed partial view macro for ezsearch, all looks same between development and live. Any ideas?
OK, so it's all working now, after some scary moments on the live site....
On the original install of ezsearch on the test site, all went smoothly. However on the install of ezsearch to live site it did not install ezSearchBoostrapper.cs into App_Code folder. So I copied this from test to live. This did not work. So I uninstalled ezsearch from live, this did not remove ezSearchBoostrapper.cs, then re-installed it. At this point for reasons unknown the whole site crashed. I restarted the app pool to get it going again. Now XSLT search did not work either. Looking at content all pages on the property tab were showing Link to document as, something along the lines of, document is published but not in cache (error). So I then republished the entire site and now ezsearch is working. Hope this helps someone.
Never underestimate the value of posting your learnings. Even if it means you look like your talking to yourself. #h5yr
I had been having similar issues with ezSearch. It was working as I expected at first but then I tried a search after doing some other work on the site and it was then only working for media.
In the macropartial ezSearch settings I had the RootContentNodeId set to default -1. The problem may have been to do with my solution having sibling nodes to the root Home node. When i changed the RootContentNodeId to the id of the Home node '1060' I started getting results again.
is working on a reply...