Skip to content

Commit 4faac58

Browse files
authored
Merge pull request #7097 from MicrosoftDocs/mints-search
removed preview tag
2 parents 07212cd + 5d9a31a commit 4faac58

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
href: ./canvas-apps/working-with-variables.md
611611
- name: Understand behavior formulas
612612
href: ./canvas-apps/working-with-formulas-in-depth.md
613-
- name: Use the Search pane (preview)
613+
- name: Use the Search pane
614614
href: ./canvas-apps/search.md
615615
- name: Use Find and Replace in the formula bar
616616
href: ./canvas-apps/formula-bar-find-replace.md

powerapps-docs/maker/canvas-apps/search.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Search pane inside Power Apps Studio to find t
44
author: TashasEv
55
ms.topic: conceptual
66
ms.custom: canvas
7-
ms.reviewer: tapanm
7+
ms.reviewer: mkaur
88
ms.date: 06/29/2022
99
ms.subservice: canvas-maker
1010
ms.author: tashas
@@ -15,45 +15,21 @@ search.app:
1515
contributors:
1616
- tapanm-msft
1717
- TashasEv
18+
- mduelae
1819
---
1920

20-
# Use the Search pane (preview)
21-
22-
[This article is pre-release documentation and is subject to change.]
21+
# Use the Search pane
2322

2423
You can now use the Search pane to locate objects—like media files, variables, collections, and data sources—across your app. You can also use the Search pane to find repeated instances of strings in formulas. For example, using the Search pane, you can look for each instance of `HoverColor` to determine the setting for that property in other areas of your app. You can use the Search pane to learn more about what's being used by your app, where, and you can go right to those results to make any necessary updates. In addition, you can use the replace capability to update one or more instances of text, variables, collections, or formula references.
2524

26-
> [!IMPORTANT]
27-
> - This is a preview feature.
28-
> - [!INCLUDE[cc_preview_features_definition](../../includes/cc-preview-features-definition.md)]
29-
> - This feature is being rolled out, and—depending on your region—it might not be available for your tenant yet.
25+
:::image type="content" source="media/search/search-pane-1.png" alt-text="The Search pane visible inside Power Apps Studio.":::
3026

3127
## Prerequisites
3228

3329
- [Sign up](../signup-for-powerapps.md) for Power Apps.
3430
- [Create an app from a template](get-started-test-drive.md), [create a new app](data-platform-create-app.md), or [open an existing app](edit-app.md) in Power Apps.
3531
- [Learn how to configure a control](add-configure-controls.md).
3632

37-
## Enable the Search pane
38-
39-
The Search pane is enabled on new apps by default. However, you need to manually enable it on existing apps.
40-
41-
To enable the Search pane on existing apps:
42-
43-
1. Open an [existing](edit-app.md) app in Power Apps Studio.
44-
45-
1. Select **Settings** at the top.
46-
47-
1. Select **Upcoming features**.
48-
49-
1. On the **Preview** tab, select **Search**.
50-
51-
:::image type="content" source="media/search/enable-search.png" alt-text="The Search feature listed in the preview section of upcoming features in settings.":::
52-
53-
The Search pane is enabled.
54-
55-
:::image type="content" source="media/search/search-pane-1.png" alt-text="The Search pane visible inside Power Apps Studio.":::
56-
5733
## Open the Search pane
5834

5935
You can open the Search pane by selecting **Search** ![Search icon](media/search/search-icon.png). You can also use shortcut keys by selecting **Ctrl**+**F** when your cursor is outside the formula bar, or selecting **Ctrl**+**Shift**+**F** when your cursor is inside the formula bar.

0 commit comments

Comments
 (0)