Merge pull request #6333 from MicrosoftDocs/nimishasatapathy-5878036-addsearch

Updated-search
This commit is contained in:
Daniel Simpson 2022-03-15 09:27:51 -07:00 committed by GitHub
commit 4e5a31ff17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,9 @@ manager: dansimp
<dd>
<a href="#search-allowsearchtouselocation">Search/AllowSearchToUseLocation</a>
</dd>
<dd>
<a href="#search-allowsearchhighlights">Search/AllowSearchHighlights</a>
</dd>
<dd>
<a href="#search-allowstoringimagesfromvisionsearch">Search/AllowStoringImagesFromVisionSearch</a>
</dd>
@ -323,6 +326,63 @@ The following list shows the supported values:
<hr/>
<!--Policy-->
<a href="" id="search-allowsearchhighlights"></a>**Search/AllowSearchHighlights**
<!--SupportedSKUs-->
|Edition|Windows 10|Windows 11|
|--- |--- |--- |
|Home|No|No|
|Pro|Yes|Yes|
|Business|Yes|Yes|
|Enterprise|Yes|Yes|
|Education|Yes|Yes|
<!--/SupportedSKUs-->
<hr/>
<!--Scope-->
[Scope](./policy-configuration-service-provider.md#policy-scope):
> [!div class = "checklist"]
> * Device
<hr/>
<!--/Scope-->
<!--Description-->
This policy controls whether search highlights are shown in the search box or in search home.
- If you enable this policy setting, then this setting turns on search highlights in the search box or in the search home.
- If you disable this policy setting, then this setting turns off search highlights in the search box or in the search home.
<!--/Description-->
<!--ADMXMapped-->
ADMX Info:
- GP Friendly name: *Allow search and highlights*
- GP name: *AllowSearchHighlights*
- GP path: *Windows Components/Search*
- GP ADMX file name: *Search.admx*
<!--/ADMXMapped-->
<!--SupportedValues-->
The following list shows the supported values in Windows 10:
- Not Configured/ Enabled (default) Enabling or not configuring this setting turns on search highlights in the taskbar search box and in search home.
- Disabled Disabling this setting turns off search highlights in the taskbar search box and in search home.
The following list shows the supported values in Windows 11:
- Not Configured/ Enabled (default) Enabling or not configuring this setting turns on search highlights in the start menu search box and in search home.
- Disabled Disabling this setting turns off search highlights in the start menu search box and in search home.
<!--/SupportedValues-->
<!--/Policy-->
<hr/>
<!--Policy-->
<a href="" id="search-allowstoringimagesfromvisionsearch"></a>**Search/AllowStoringImagesFromVisionSearch**