Function search_posts

Source
pub async fn search_posts(
    configuration: &Configuration,
    team_id: &str,
    search_posts_request: SearchPostsRequest,
) -> Result<PostListWithSearchMatches, Error<SearchPostsError>>
Expand description

Search posts in the team and from the provided terms string. ##### Permissions Must be authenticated and have the view_team permission.