Skip to content

A quick and easy way to inspect EPiServer content in the EPiServer Find index

Notifications You must be signed in to change notification settings

frederikvig/InspectInIndex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inspect In Index

A quick and easy way to inspect EPiServer content in the EPiServer Find index, without having to use the EPiServer Find Explore view.

When installed, you may select a new view called Inspect In Index. This will show the current content's raw form in the EPiServer Find Index, with the options to index, re-index or delete content from the index.

Installation

Run the following command in the NuGet Package Manager Console for your web site:

install-package EPiCode.InspectInIndex

You need to add the EPiServer NuGet Feed to Visual Studio (see http://nuget.episerver.com/en/Feed/)

Configuration

By default, only users with the "CmsAdmins" or "SearchAdmins" role will have access to the view. You may override this by adding the following to appSettings in web.config:

<add key="EPiCode.InspectInIndex.AllowedRoles"
     value="developers,searchfanatics,Administrators,CmsAdmins" />

About

A quick and easy way to inspect EPiServer content in the EPiServer Find index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 48.0%
  • JavaScript 45.9%
  • CSS 6.1%