This commit is contained in:
Wyatt Verchere
2023-12-13 17:08:58 -07:00
committed by GitHub
parent c0c5978028
commit 50e89ad98b
4 changed files with 17 additions and 8 deletions

View File

@@ -91,7 +91,11 @@ async fn search_projects() {
let test_name = test_name.clone();
async move {
let projects = api
.search_deserialized(Some(&test_name), Some(facets.clone()), USER_USER_PAT)
.search_deserialized(
Some(&format!("\"&{test_name}\"")),
Some(facets.clone()),
USER_USER_PAT,
)
.await;
let mut found_project_ids: Vec<u64> = projects
.hits