SearchByKeywordsKbArticle Function

Searches for knowledge base articles that contain the specified keywords.

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

Keywords in the article.

Subject
subject False True

Knowledge base article subject.

UseInflection
Edm.Boolean False True

Whether to use inflectional stem matching when searching for knowledge base articles with the specified keywords.

Return Type

Type Nullable Description
Collection(kbarticle) False The SearchByKeywordsKbArticle function returns the following value.

See also