Our search functionality quit working after upgrading to Umbraco 4.7 from 4.5.2. We use Examine for our search. I've verified all the examine files in the config folder match. Is there something I missed during the upgrade process that might have caused this? Here is the error we receive.
The given key was not present in the dictionary.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Source Error:
Line 24: <div class="desc">
Line 25: <p>
Line 26: <%# ((Examine.SearchResult)Container.DataItem).Fields["description"]%>
Line 27: </p>
Line 28: </div>
I figured this out. I had to reindex everything with the Examine Index admin tool. I had read that if you update and publish new content it reindexes everything, but that wasn't the case.
hi jacob, i need a search block. I'm interesting to umbraco examine. but i need to index pdf and office document as well. I know this one does for pdf but dunno for office document.
Examine issues after upgrading to Umbraco 4.7
Hello,
Our search functionality quit working after upgrading to Umbraco 4.7 from 4.5.2. We use Examine for our search. I've verified all the examine files in the config folder match. Is there something I missed during the upgrade process that might have caused this? Here is the error we receive.
The given key was not present in the dictionary.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Source Error:
Line 24: <div class="desc"> Line 25: <p> Line 26: <%# ((Examine.SearchResult)Container.DataItem).Fields["description"]%> Line 27: </p> Line 28: </div>
I figured this out. I had to reindex everything with the Examine Index admin tool. I had read that if you update and publish new content it reindexes everything, but that wasn't the case.
hi jacob, i need a search block. I'm interesting to umbraco examine. but i need to index pdf and office document as well. I know this one does for pdf but dunno for office document.
could you tell me please.
regards
up
is working on a reply...