I'm working on my first Umbraco project (v7.0.2) and having a problem with the ezSearch package displaying no results. I've tried using the macro with a variety of parameters and also the default search page (which is working on a local dev environment).
I've installed the package using the same files on a local dev environment without a problem so I know thats not a problem. If I do a search in the Examin Management I get all the expected search results for the same term so know there is content for the search terms i'm looking at.
When compairing what was installed in the dev environment and live environment it appears the /bin/Our.Umbraco.ezSearch.dll and /App_Code/ezSearchBoostrapper.cs wasn't included as part of the install. All files and folders are set to full permissions so can't see why not. I've tried uninstalling and reinstalling but get the same results. I've also tried manually copying both files across from the dev to live but thats not helped either.
Can anyone suggest possible next steps to get the search results outputting? Also anything that may prevent the .cs and .dll files from installing?
var ezSearchOptions = new {
PreviewLength = "100",
SearchFormLocation = "TOP",
IndexType = "CONTENT"
};
On my dev box I get good results with IndexType set to anything or even not there. In the test and live environments on an Azure server, I was getting results without the IndexType, but now I've changed it, I get nothing back at all with or without any IndexType. I've rebuilt Examine indexes and they return results, but ezSearch doesn't return anything.
ezSearch displaying no results
I'm working on my first Umbraco project (v7.0.2) and having a problem with the ezSearch package displaying no results. I've tried using the macro with a variety of parameters and also the default search page (which is working on a local dev environment).
I've installed the package using the same files on a local dev environment without a problem so I know thats not a problem. If I do a search in the Examin Management I get all the expected search results for the same term so know there is content for the search terms i'm looking at.
When compairing what was installed in the dev environment and live environment it appears the /bin/Our.Umbraco.ezSearch.dll and /App_Code/ezSearchBoostrapper.cs wasn't included as part of the install. All files and folders are set to full permissions so can't see why not. I've tried uninstalling and reinstalling but get the same results. I've also tried manually copying both files across from the dev to live but thats not helped either.
Can anyone suggest possible next steps to get the search results outputting? Also anything that may prevent the .cs and .dll files from installing?
Hope someone can help and many thanks in advance!
Hi,
I had the same problem. My solution:
I`m sorry for the formatting. I have done my best. :-) Hope it helps.
PRK, sorry but I don't understand your solution, is this a replacement for ezSearch or a modification to the existing code?
Hi Sean,
I've used the ezSearch code as a basis for my solution.
Thanks for the quick reply. So I can use this code instead of installing the ezSearch package?
Hi Sean,
yes.
Thank you, I'm still persevering with ezSearch but now having a different issue ( http://our.umbraco.org/forum/developers/razor/49403-Error-when-ezSearch-razor-macro-is-rendering-a-FormlessPage-with-ajaxcontroltoolkit- ;) . Its good to know there is an alternative if I can't get ezSearch working.
Hi Sean, could you please explain the resolution to your original issue?
Having a similar problem with ezSearch in umbraco v7. It was working and giving results at first but now mysteriously keeps returning 'no results'.
Thanks
Hi Rob, I'm sorry I gave up with ezSearch so never solved the issue.
I have the same problem with 7.2.2. as Rob
On my dev box I get good results with IndexType set to anything or even not there. In the test and live environments on an Azure server, I was getting results without the IndexType, but now I've changed it, I get nothing back at all with or without any IndexType. I've rebuilt Examine indexes and they return results, but ezSearch doesn't return anything.
Any advice appreciated
Craig
Fixed it. It was because the sites are on Azure.
http://issues.umbraco.org/issue/U4-5993
Refers
Craig
is working on a reply...