FullTextSearchKnowledgeArticle Action
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Performs a full-text search on knowledge articles in Dynamics 365 using the specified search text.
This Web API action corresponds to the organization service FullTextSearchKnowledgeArticleRequest.
FullTextSearchKnowledgeArticle action is not bound to any entity types.
Parameters
Parameters allow for data to be passed to the action.
Name |
Type |
Nullable |
Unicode |
Description |
---|---|---|---|---|
SearchText |
Edm.String |
false |
false |
The text to search for in knowledge articles. |
UseInflection |
Edm.Boolean |
false |
Indicates whether to use inflectional stem matching when searching for knowledge articles. |
|
RemoveDuplicates |
Edm.Boolean |
false |
Indicates whether to remove multiple versions of the same knowledge article in search resultss |
|
StateCode |
Edm.Int32 |
false |
The state of the knowledge articles to filter the search results |
|
QueryExpression |
The query criteria to find knowledge articles with specified text. |
Return Type
The FullTextSearchKnowledgeArticle action returns the following value.
Type |
Nullable |
Description |
---|---|---|
Collection(crmbaseentity EntityType) |
false |
Contains the response from the FullTextSearchKnowledgeArticle Action |
See Also
Use Web API actions
Web API EntityType Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright