Skip to content

Tool to index content items in Episerver Find. Makes it possible to index a single item or an item including it's descendents.

Notifications You must be signed in to change notification settings

ellinge/Optimizely.IndexContentInFind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geta.Optimizely.IndexContentInFind

  • Master

Tool to index content items in Episerver Find. Makes it possible to index a single item or an item including it's descendents.

ScreenShot

Configuration

For the IndexContentInFind to work, you have to call AddIndexContentInFind extension method in Startup.ConfigureServices method.

services.AddIndexContentInFind();

or add it through the appsettings.json

{
  "EPiServer": {
    "CmsUI": {
      "ProtectedModule": {
        "Items": [
          { "Name": "Geta.Optimizely.IndexContentInFind" }
        ]
      }
    }
  }
}

About

Tool to index content items in Episerver Find. Makes it possible to index a single item or an item including it's descendents.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.6%
  • C# 45.3%
  • HTML 1.1%
  • PowerShell 1.0%