I have noticed that since I upgraded to Umbraco v7.3.4 from v7.2.8 that the search seems to not be working in the back office. For example I have a page titled "Library" and can find it in the content tree, but if I use the search I get no results, or results that aren't what I am looking for. The Library page is a second level node.
Any body else experience this or have an idea about how to fix the search?
We've seen this before and what fixes it for us is rebuilding the indexes - since we moved our indexer to use local temp storage instead of App_Data/TEMP/ExamineIndexes it's stopped being a problem.
To fix it in the interim:
Within Umbraco go to Developer > Examine Indexes
Then click Internal Indexer > Index Info and Tools and Rebuild Index
I am having this same issue. However, your solution doesn't work because there is no "Examine Indexes" in the Developer section. Should I install something first?
Problem with Search in Back Office
Hi all,
I have noticed that since I upgraded to Umbraco v7.3.4 from v7.2.8 that the search seems to not be working in the back office. For example I have a page titled "Library" and can find it in the content tree, but if I use the search I get no results, or results that aren't what I am looking for. The Library page is a second level node.
Any body else experience this or have an idea about how to fix the search?
Hi Ben,
We've seen this before and what fixes it for us is rebuilding the indexes - since we moved our indexer to use local temp storage instead of App_Data/TEMP/ExamineIndexes it's stopped being a problem.
To fix it in the interim:
Within Umbraco go to Developer > Examine Indexes
Then click Internal Indexer > Index Info and Tools and Rebuild Index
I do the same for the External Indexer as well.
Let me know how you get on.
Dan
Thanks for the tip. I will try this out later tonight after the traffic dies down.
I am having this same issue. However, your solution doesn't work because there is no "Examine Indexes" in the Developer section. Should I install something first?
Hi Ross,
It's usually on the dashboard of the root developer node rather than a tree node.
Steve
is working on a reply...