Skip to content

Commit 95ca254

Browse files
authored
Merge pull request #4825 from MicrosoftDocs/master
updating working
2 parents 5f97a26 + e5ac9a8 commit 95ca254

File tree

3 files changed

+8
-40
lines changed

3 files changed

+8
-40
lines changed

powerapps-docs/developer/data-platform/xrm-tooling/use-connection-strings-xrm-tooling-connect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ CrmServiceClient svc = new CrmServiceClient(ConnectionString);
8585

8686
The following examples show how you can use connection strings for connecting to online deployments and authentication scenarios. The connection string examples for on-premises and IFD deployment instances is now available in the Dynamics 365 Customer Engagement (on-premises) documentation at: [Use connection strings in XRM tooling to connect](/dynamics365/customerengagement/on-premises/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect)
8787

88-
### Named account using Microsoft 365
88+
### Named account using Office365
8989

9090
Create a new connection to Dataverse using a UserName or Password via Office365. This `AuthType` is deprecated and we recommend to use `OAuth` as the preferred authentication type. More information: [Authenticate using Office365](/power-platform/important-changes-coming#deprecation-of-office365-authentication-type-and-organizationserviceproxy-class-for-connecting-to-dataverse)
9191

@@ -98,7 +98,7 @@ Create a new connection to Dataverse using a UserName or Password via Office365.
9898
Url=https://contoso.crm.dynamics.com"/>
9999
```
100100

101-
### OAuth using named account in Microsoft 365 with UX to prompt for authentication
101+
### OAuth using named account in Office365 with UX to prompt for authentication
102102

103103
Create a new connection to Dataverse using a UserID or Password via OAuth.
104104

@@ -179,4 +179,4 @@ Create a new connection to Dataverse using a Application or Client Id and a Clie
179179
<xref:Microsoft.Xrm.Tooling.Connector.CrmServiceClient>
180180

181181

182-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
182+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

powerapps-docs/user/quick-find.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Use single-table quick find to only search for rows in a view.
4848

4949
Multiple-table quick find searches up to 10 tables and returns the search results grouped by table.
5050

51+
You can view a maximum of 80 rows per table with multiple-table quick find. You may need to refine your query, if the row that you're looking for is outside the maximum range.
52+
5153
1. To start a categorized search, on the command bar, select **Search**.
5254

5355
> [!div class="mx-imgBorder"]

powerapps-docs/user/relevance-search.md

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.component: pa-user
88
ms.topic: conceptual
9-
ms.date: 2/8/2021
9+
ms.date: 6/24/2021
1010
ms.author: mkaur
1111
ms.custom: ""
1212
ms.reviewer: ""
@@ -27,10 +27,6 @@ With relevance search, the search box is always available at the top of every pa
2727
> [!div class="mx-imgBorder"]
2828
> ![Search box in the header for an app](media/new-search-exp.png "Search box in the header for an app")
2929
30-
## Turn on relevance search
31-
32-
Your administrator must turn on the new relevance search experience for your organization. When relevance search is turned on, you'll see a search box in the header that resembles the search experience you're familiar with. After it's enabled, it will be available across all model-driven apps in your organization. More information: [Configure relevance search to improve search results and performance](/power-platform/admin/configure-relevance-search-organization)
33-
3430

3531
## See recent rows and searches
3632

@@ -156,7 +152,7 @@ The date and time facets let you filter and see search results for a specific pe
156152

157153
## Feedback link
158154

159-
On the search results page, the answer to **Did you find what you were looking for?** is collected in our product telemetry as a binary feedback. Search parameters&mdash;like the query text that you entered in the search box&mdash;isn't collected, irrespective of your response to the question. We only use **Yes** or **No** response statistics to help us understand the usefulness of the new search experience.
155+
On the search results page, the answer to **Did you find what you were looking for?** is collected in our product telemetry as a binary feedback. Search parameters&mdash;like the query text that you entered in the search box&mdash;isn't collected, irrespective of your response to the question. We only use **Yes** or **No** response statistics to help us understand the usefulness of the search experience.
160156

161157
Currently there is no option to disable the feedback question prompt.
162158

@@ -262,7 +258,7 @@ Use double quotation marks around a keyword to perform an exact match. Search ig
262258

263259
## Quick actions
264260

265-
The new relevance search experience brings some of the most frequently used actions closer to search results, to help you complete your task without having to navigate to the record page in model-driven apps.
261+
The relevance search experience brings some of the most frequently used actions closer to search results, to help you complete your task without having to navigate to the record page in model-driven apps.
266262

267263
Quick actions are small set of commands specific to a table. You can see quick actions when you're interacting with search in model-driven apps running on a web browser. Some of the commonly used tables are configured to show a set of commands to help you complete your task without losing context.
268264

@@ -295,36 +291,6 @@ On the results page, hover over the results to see quick actions available for t
295291

296292
![This diagram shows how hovering over a row on the results page displays the quick actions menu](media/quick-actions-diagram-1.gif "This diagram shows how hovering over a row on the results page displays the quick actions menu")
297293

298-
## Use the old relevance search experience
299-
300-
When your organization has relevance search enabled but your administrator hasn't turned on the new relevance search experience, you'll see the old relevance search experience.
301-
302-
### Switch between the previous relevance search experience and categorized search
303-
304-
If your organization has turned on both search options (old relevance search and categorized search), you can switch between the two.
305-
306-
1. On the navigation bar, select **Search**.
307-
308-
> [!div class="mx-imgBorder"]
309-
> ![Search command on the navigation bar](media/commandbar-search-button.png "Search command on the navigation bar")
310-
311-
2. On the drop-down menu to the left of the search box, select **Relevance Search** or **Categorized Search**.
312-
313-
> [!div class="mx-imgBorder"]
314-
> ![Switch between relevance search and categorized search](media/switch-global-search.png "Switch between relevance search and categorized search")
315-
316-
### Start a search by using the previous relevance search experience
317-
318-
1. On the navigation bar, select **Search**.
319-
320-
> [!div class="mx-imgBorder"]
321-
> ![Global search](media/commandbar-search-button.png "Global search")
322-
323-
2. Enter your search words in the search box, and then select **Search**.
324-
325-
> [!div class="mx-imgBorder"]
326-
> ![Relevance search box](media/relevance-search-box.png "Relevance search box")
327-
>
328294

329295
## Use keyboard shortcuts
330296

0 commit comments

Comments
 (0)