November Happy Hour will be moved to Thursday December 5th.

ContentSearchHandler should be an abstract class

Fixed in

EPiServer.CMS.Core 10.0.1

(Or a related package)

Created

Mar 21, 2016

Updated

Oct 27, 2016

Area

CMS Core

State

Closed, Fixed and tested


Description

ContentSearchHandler is just a wrapper around the implementation class. Instead, the class should be abstract, and the implementation registered in the container.

Breaking changes
The class ContentSearchHandler was made abstract. Use the service container to get an instance of the class.