Skip to content

Commit 642b39a

Browse files
authored
Merge pull request #8160 from prdeka/patch-1
Update throttling limit in relevance-faq.md
2 parents ed84b8c + 48a291f commit 642b39a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

powerapps-docs/user/relevance-faq.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sericks
55

66
ms.component: pa-user
77
ms.topic: conceptual
8-
ms.date: 5/11/2023
8+
ms.date: 5/18/2023
99
ms.subservice: end-user
1010
ms.author: sericks
1111
ms.custom: ""
@@ -16,6 +16,7 @@ search.audienceType:
1616
contributors:
1717
- mspilde
1818
- manish1604
19+
- prdeka
1920
---
2021

2122
# Frequently asked questions about Dataverse search
@@ -28,7 +29,7 @@ Your administrator defines the scope of content that's searched. An administrato
2829

2930
## Why am I not seeing search results from a table that is enabled for Dataverse search?
3031

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).
3233

3334

3435
## 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
5354

5455
Party list fields are special fields that aren't searchable or viewable in the results page.
5556

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?
5758

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.
5960

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?
6162

6263
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).
6364

6465
## Why does searching on the OwnerID attribute not work when search is enabled on it?
6566

6667
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)
6768

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+
6873
### See also
6974

7075
[What is Dataverse search?](relevance-search-benefits.md)<br/>

0 commit comments

Comments
 (0)