@microsoft/sp-search-extensibility package

SharePoint Framework developer support for customizing search.

Classes

BaseSearchQueryModifier

This is the base class that third parties should extend when implementing a client-side extension that can modify the search query.

In the component manifest, the "extensionType" should be set to "SearchQueryModifier".

SearchQueryModifierContext

Context for the search query modifier extensions.

Interfaces

IQuery

Query object. Includes the query text that will be used for search and exposed through dynamic data.

Enums

SearchQueryScenario

Scenario for the search query modifier.