pub async fn get_page_search_results_for_words(
conn: &mut PgConnection,
course_id: Uuid,
page_search_request: &SearchRequest,
) -> ModelResult<Vec<PageSearchResult>>
Expand description
Returns search results for the given words. The words can appear in the source document in any order.