Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.83 KB

searchalterationoptions.md

File metadata and controls

53 lines (41 loc) · 1.83 KB
title description ms.localizationpriority author ms.subservice doc_type
searchAlterationOptions resource type
Provides the search alteration options for spelling correction.
medium
njerigrevious
search
resourcePageType

searchAlterationOptions resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides the search alteration options for spelling correction.

Properties

Property Type Description
enableModification Boolean Indicates whether spelling modifications are enabled. If enabled, user will get the search results for corrected query when there are no results for the original query with typos and get the spelling modification information in queryAlterationResponse property of the response. Optional.
enableSuggestion Boolean Indicates whether spelling suggestions are enabled. If enabled, the user will get the search results for the original search query and suggestions for spelling correction in the queryAlterationResponse property of the response for the typos in the query. Optional.

JSON representation

The following is a JSON representation of the resource.

{
  "enableModification": "Boolean",
  "enableSuggestion": "Boolean"
}