SearchByBodyKbArticle Function
Searches for knowledge base articles that contain the specified body text.
This function is composable. You can append OData system query options to the URI to control the data returned.
Bound entities
Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.
Entity Type | Binding Type |
---|---|
kbarticle | collection |
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
SearchText
|
Edm.String | False | False | Text contained in the body of the article. |
Subject
|
subject | False | True | Subject of the specified body text. |
UseInflection
|
Edm.Boolean | False | True | Whether to use inflectional stem matching when searching for knowledge base articles with a specified body text. |
Return type
Type | Nullable | Description |
---|---|---|
Collection(kbarticle) | False | The SearchByBodyKbArticle function returns the following value. |