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.
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.