Inspect In Index for EPiServer Find
Have you ever found yourself in the situation where you’ve been wondering if your index content is correct, updated or there at all? I have. Often. So, to save me from having to go to the Find Explore view and search for the content, I created another content view to inspect the index for the currently selected content. So simple, but SO useful!
The view shows the current content’s raw form in the EPiServer Find index. From the view you may also index, re-index or delete the content from the index. It will show the content for the currently selected language. Works for pages, blocks, media and custom IContent.
Note: Since non-developers are most likely not interested in the view, it will by default only be visible for users that are members of the “CmsAdmins” or the “SearchAdmins” role.
Want to try it? It’s in the EPiServer NuGet Feed: Install-Package EPiCode.InspectInIndex
Source code and documentation: github.com/BVNetwork/InspectInIndex/
Comments