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
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Relevance search brings the following enhancements and benefits:
37
37
- Highlights matches in the results list. When a search term matches a term in a row, the term appears as bold and italicized text in your search results.
38
38
39
39
- Relevance Search can comb through the text in a document that's stored in Common Data Service, including text in notes, email attachments, or appointments. The following file formats are supported for search: PDF, Microsoft Office documents, HTML, XML, ZIP, EML, plain text, and JSON.
40
-
- Relevance Search enables you to search for records that are shared with you and records that you own.
40
+
- Relevance Search enables you to search for rows that are shared with you and rows that you own.
41
41
> [!NOTE]
42
42
> - Certain words that are very commonly used in a language (like **the** or **a**) are ignored during search, because they don't help uniquely identify rows. Because they're ignored during search, these words are also not highlighted in results.
43
43
> - Highlighted terms are often returned as a portion of the full value in a column because only the matched terms are highlighted.
@@ -86,36 +86,38 @@ The search bar in the top is easy to find from any page in your app. It is alway
86
86
> 
87
87
88
88
89
-
### No search required to see recent records
89
+
### No search required to see recent rows
90
90
91
-
Immediately see the records that you accessed recently when you click inside the search box.
91
+
Immediately see the rows that you accessed recently when you click inside the search box.
92
92
93
93

94
94
95
-
### See recent records and searches
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 records in combined view to help with your search. Recently accessed records 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 entity 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 records**: Shows recently accessed records that are grouped by entity type.
105
+
2.**Recently accessed rows**: Shows recently accessed rows that are grouped by entity 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 field of an entity record, 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 field 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).
111
111
112
112

113
113
114
114
### Search results page
115
115
116
-
Search results are ranked and grouped by entity, with more fields that are displayed to help distinguish records and filter to take further action.
116
+
Search results are ranked and grouped by entity, with more fields that are displayed to help distinguish rows and filter to take further action.
117
+
118
+
The **Top results** tab displays the top 20 results for the search term, with rows grouped by entity type. Entities 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.
119
+
117
120
118
-
The **Top results** tab displays the top 20 results for the search term, with records grouped by entity type.
119
121
120
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.
121
123
@@ -127,17 +129,18 @@ Each of the tabs lets you drill into a specific entity type, with the filter pan
127
129
128
130
Legend
129
131
130
-
1.**Top results**: Show records that best matches the search query.
131
-
2.**Record type**: To narrow your search results to a specific page (entity), select the page (entity) tab.
132
-
3.**Name**: Shows the name of the record.
133
-
4.**Created on**: Shows when the record was created.
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.
134
+
3.**Name**: Shows the name of the row.
135
+
4.**Created on**: Shows when the row was created.
134
136
5.**Show more**: Select to show more results.
135
-
6.**Filters**: Refine the search results by using filters. Filters let you drill into and explore the results of your current search without having to repeatedly refine your search terms. Immediately after you perform a search you can filter by record type, owner, created on, and modified on.
137
+
6.**Filters**: Refine the search results by using filters. Filters let you drill into and explore the results of your current search without having to repeatedly refine your search terms. Immediately after you perform a search you can filter by row type, owner, created on, and modified on.
136
138
7.**Clear all**: Select to clear all the filters.
137
-
8.**Owner**: Select your user name to find records that you are the owner of.
139
+
8.**Owner**: Select your user name to find rows that you are the owner of.
138
140
9.**Clear**: Only clears the **Owner** filter. Note, you only see this filter when the **Owner** filter is selected.
139
-
10.**Modified on**: Filter the search results by when the record was last modified.
140
-
11.**Created on**: Select a time range to find records created in the selected time range.
141
+
10.**Modified on**: Filter the search results by when the row was last modified.
142
+
11.**Created on**: Select a time range to find rows created in the selected time range.
0 commit comments