searchPosts

Function

search posts

Parameters

Parameter Type Default Notes
options Required ISearchPostsParams

Returns

{Promise<IPagedResponse>}

Promise<IPagedResponse<IPost>>
Property Type Notes
items []
nextStart Inherited number

next entry index or -1 for the last page

total Inherited number

total number of object across all pages

num Optional Inherited number
start Optional Inherited number

Function defined in discussions/src/posts/posts.ts:23