Configure Multi-Index Searcher

Hello everyone,

I’m at a loss - I’ve been using Umbraco since version 8 and have a few sites running on 13.

Right now I’m trying to integrate pdf search into one of the sites. I’ve install the package (UmbracoExamine.PDF) and I’ve been reading up on the following: PDF indexes and multisearchers | Umbraco CMS

I’m not sure where to register the searcher with the Examine Manager on startup.

My apologies if this is a super basic question.

Thanks in advance.

Startup.cs - damnit, my apologies for wasting your time.

1 Like

No worries Robert — someone else will come along with a very similar question, so yours could easily help them :+1:

Consider adding a comment with a snippet of how you solved it and mark the question as “Solved”.

/Chriztian

1 Like

You can also use an Umbraco pipeline filter to register middleware if you don’t want to touch the Startup.cs file. This is especially useful for packages when you want to register middleware and don’t want the consumers of the package have to manually change the startup file.