headless_lms_server::programs::chatbot_syncer

Function ensure_search_index_exists

Source
async fn ensure_search_index_exists(
    name: &str,
    course_id: Uuid,
    app_config: &ApplicationConfiguration,
    container_name: &str,
) -> Result<()>
Expand description

Ensures that the specified search index exists, creating it if necessary.