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/keyboard-shortcuts.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@ Keyboard shortcuts give you an alternate way to do common tasks instead of using
57
57
|Go to the landmark section of a page| Ctrl+\[|
58
58
59
59
60
-
<!--Is the one above supposed to include just one straight bracket? (I added the backslash to keep the bracket from causing GitHub format issues. It won't show up.)-->
60
+
## Email
61
+
62
+
For accessibility shortcuts available when using email, see [Accessibility shortcuts for email](view-create-email.md#accessibility-shortcuts).
Copy file name to clipboardExpand all lines: powerapps-docs/user/relevance-search.md
+20-19Lines changed: 20 additions & 19 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,58 +86,59 @@ 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 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 records**: Shows recently accessed records 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 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 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 fields that are displayed to help distinguish records 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 records grouped by entity type.
118
+
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.
119
119
120
-
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.
120
+
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 descending ordered by number of matched rows.
121
121
122
-
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.
122
+
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.
123
123
124
124
125
125
> [!div class="mx-imgBorder"]
126
126
> 
127
127
128
128
Legend
129
129
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.
130
+
1.**Top results**: Show rows that best matches the search query.
131
+
2.**Row type**: To narrow your search results to a specific table, select the table tab.
132
+
3.**Name**: Shows the name of the row.
133
+
4.**Created on**: Shows when the row was created.
134
134
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.
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 row type, owner, created on, and modified on.
136
136
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.
137
+
8.**Owner**: Select your user name to find rows that you are the owner of.
138
138
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.
139
+
10.**Modified on**: Filter the search results by when the row was last modified.
140
+
11.**Created on**: Select a time range to find rows created in the selected time range.
Copy file name to clipboardExpand all lines: powerapps-docs/user/view-create-email.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,29 @@ The following steps detail how to create an email.
87
87
88
88
5. When you're done, select **Send**.
89
89
90
+
## Accessibility shortcuts
91
+
92
+
The following table outlines a list of accessibility shortcuts available when using email. You can access this list while composing email by pressing **Alt+0**.
| Tab navigation | Alt+1 | Go to the rich-text editor. |
99
+
| Tab navigation | Alt+2 | Go to the HTML editor. |
100
+
| Tab navigation | Alt+3 | Go to the preview view. |
101
+
| General editor commands | Alt+F10 | Navigate to the editor toolbar. Move to the next and previous toolbar group with Tab and Shift+Tab. Move to the next and previous toolbar button with Right Arrow or Left Arrow. Press Space or Enter to activate the toolbar button. |
102
+
| General editor commands || Editor dialog: Inside a dialog, press Tab to navigate to the next dialog element, press Shift+Tab to move to the previous dialog element, press Enter to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with Alt+F10 or with Tab, following the dialog tabbing order. With a tab list focused, move to the next and previous tab with Right and Left Arrow, respectively.. |
103
+
| General editor commands || Editor list box: Inside a list box, move to next list item with Tab or Down Arrow. Move to previous list item with Shift+Tab or Up Arrow. Press Space or Enter to select the list option. Press ESC to close the list box. |
0 commit comments