With the "Rust" docset installed, (dash-docs--run-query "Rust" "String::new") errors with Wrong type argument: listp, "Rust", and (dash-docs-search "String::new") returns nil. When I edebug dash-docs-search, (dash-docs-maybe-narrow-docsets pattern) returns nil, which seems to cause the search to exit early. This seems to be because there are no open "database connections".
With the "Rust" docset installed,
(dash-docs--run-query "Rust" "String::new")errors withWrong type argument: listp, "Rust", and(dash-docs-search "String::new")returnsnil. When I edebugdash-docs-search,(dash-docs-maybe-narrow-docsets pattern)returnsnil, which seems to cause the search to exit early. This seems to be because there are no open "database connections".