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-faq.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: sericks
5
5
6
6
ms.component: pa-user
7
7
ms.topic: conceptual
8
-
ms.date: 5/11/2023
8
+
ms.date: 5/18/2023
9
9
ms.subservice: end-user
10
10
ms.author: sericks
11
11
ms.custom: ""
@@ -16,6 +16,7 @@ search.audienceType:
16
16
contributors:
17
17
- mspilde
18
18
- manish1604
19
+
- prdeka
19
20
---
20
21
21
22
# Frequently asked questions about Dataverse search
@@ -28,7 +29,7 @@ Your administrator defines the scope of content that's searched. An administrato
28
29
29
30
## Why am I not seeing search results from a table that is enabled for Dataverse search?
30
31
31
-
If a table is not part of the model-driven app, it's not included in search results. Use the Power Apps app designer to verify that the table is included in that app's components. For more information see,[Add or edit model-driven app components](../maker/model-driven-apps/add-edit-app-components.md#add-a-component).
32
+
If a table isn't part of the model-driven app, it's not included in search results. Use the Power Apps app designer to verify that the table is included in that app's components. For more information, see [Add or edit model-driven app components](../maker/model-driven-apps/add-edit-app-components.md#add-a-component).
32
33
33
34
34
35
## Can I configure quick actions to show or hide certain commands?
@@ -53,18 +54,22 @@ Currently, Dataverse search searches your data in Microsoft Dataverse only. Shar
53
54
54
55
Party list fields are special fields that aren't searchable or viewable in the results page.
55
56
56
-
## How come returns do not support HTLM formatting for memo data types?
57
+
## How come returns don't support HTLM formatting for memo data types?
57
58
58
-
Dataverse search does not return HTML formatting for memo types to optomize the UI experience.
59
+
Dataverse search doesn't return HTML formatting for memo types to optomize the UI experience.
59
60
60
-
## Why columns are not enabled for Dataverse search after adding to a quick find view?
61
+
## Why columns aren't enabled for Dataverse search after adding to a quick find view?
61
62
62
63
Columns are enabled for Dataverse search only if a quick find view is set as the default view. For more information on how to set a default view, see [Specify a default view for a table](../maker/model-driven-apps/specify-default-views.md#specify-a-default-view-for-a-table).
63
64
64
65
## Why does searching on the OwnerID attribute not work when search is enabled on it?
65
66
66
67
Data from the Owner column isn't available for search and suggest operations. More information: [Types of columns](../maker/data-platform/types-of-fields.md)
67
68
69
+
## How is the Dataverse search API throttled?
70
+
71
+
When using the Dataverse search API, there's a throttling limit of one request per second for each user. Additionally, there's a throttling limit of 150 requests per minute per organization.
72
+
68
73
### See also
69
74
70
75
[What is Dataverse search?](relevance-search-benefits.md)<br/>
0 commit comments