Fix Typesense tests (#5541)
* Fix Typesense tests * fix * add back author * Split project title and authors by words and index on that * clippy
This commit is contained in:
@@ -208,7 +208,7 @@ pub async fn profile_check_installed_batch(
|
||||
projects.into_iter().any(|(_, pf)| {
|
||||
pf.metadata
|
||||
.as_ref()
|
||||
.map_or(false, |m| m.project_id == project_id)
|
||||
.is_some_and(|m| m.project_id == project_id)
|
||||
})
|
||||
} else {
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user