pub fn match_ror_affiliation_sqlite(
affiliation: &str,
db_path: &Path,
) -> Result<Vec<AffiliationMatch>>Expand description
Match a free-text affiliation string against a local ROR SQLite database
written by write_ror_sqlite. Uses Turso’s Tantivy-backed FTS index for
full-text search across all organization name variants. Returns results in
relevance order with chosen set on the top result.