You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/user/relevance-search.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,34 +94,34 @@ Immediately see the rows that you accessed recently when you click inside the se
94
94
95
95
### See recent rows and searches
96
96
97
-
Before you even start typing in the search box, you will see any recent searches and recently accessed rows in combined view to help with your search. Recently accessed rows are also grouped by entity type, allowing you to quickly scan and understand the list of results.
97
+
Before you even start typing in the search box, you will see any recent searches and recently accessed rows in combined view to help with your search. Recently accessed rows are also grouped by table type, allowing you to quickly scan and understand the list of results.
98
98
99
99
> [!div class="mx-imgBorder"]
100
100
> 
101
101
102
102
Legend
103
103
104
104
1.**Recent searches**: Shows your recent searches.
105
-
2.**Recently accessed rows**: Shows recently accessed rows that are grouped by entity type.
105
+
2.**Recently accessed rows**: Shows recently accessed rows that are grouped by table type.
106
106
107
107
108
108
### View quick suggestions
109
109
110
-
View suggested search results inline as you type, minimizing keystrokes and simplifying page navigation. The suggested results are based on the primary column of an entity row, and support misspellings off by one character. For more information, see [Search across entity data using relevance search](https://docs.microsoft.com/powerapps/developer/common-data-service/webapi/relevance-search#suggestions).
110
+
View suggested search results inline as you type, minimizing keystrokes and simplifying page navigation. The suggested results are based on the primary column of an table row, and support misspellings off by one character. For more information, see [Search across entity data using relevance search](https://docs.microsoft.com/powerapps/developer/common-data-service/webapi/relevance-search#suggestions).
111
111
112
112

113
113
114
114
### Search results page
115
115
116
-
Search results are ranked and grouped by entity, with more columns that are displayed to help distinguish rows and filter to take further action.
116
+
Search results are ranked and grouped by table, with more columns that are displayed to help distinguish rows and filter to take further action.
117
117
118
-
The **Top results** tab displays the top 20 results for the search term, with rows grouped by entity type. Tables that contain the top 20 results are shown on the first few tabs from left to right based on relevance. The next few tabs have the matched entity types outside of the top results in desending ordered by number of rows matched.
118
+
The **Top results** tab displays the top 20 results for the search term, with rows grouped by table type. Tables that contain the top 20 results are shown on the first few tabs from left to right based on relevance. The next few tabs have the matched table types in desending ordered by number of rows matched.
119
119
120
120
121
121
122
-
The full result set is grouped by entity, with the entity type displayed as a horizontal list of tabs along the top of the screen.
122
+
The full result set is grouped by table, with the table type displayed as a horizontal list of tabs along the top of the screen.
123
123
124
-
Each of the tabs lets you drill into a specific entity type, with the filter panel updating to show the set of facets and filters configured for that entity.
124
+
Each of the tabs lets you drill into a specific table type, with the filter panel updating to show the set of facets and filters configured for that table.
125
125
126
126
127
127
> [!div class="mx-imgBorder"]
@@ -130,7 +130,7 @@ Each of the tabs lets you drill into a specific entity type, with the filter pan
130
130
Legend
131
131
132
132
1.**Top results**: Show rows that best matches the search query.
133
-
2.**Row type**: To narrow your search results to a specific page (entity), select the page (entity) tab.
133
+
2.**Row type**: To narrow your search results to a specific table, select the table tab.
0 commit comments