We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5131e68 commit 38cce63Copy full SHA for 38cce63
src/search.rs
@@ -1719,7 +1719,7 @@ mod tests {
1719
setup_hybrid_searching(&client, &index).await?;
1720
setup_test_index(&client, &index).await?;
1721
1722
- // Search for an Harry Potter that but with lorem ipsum's id
+ // Search for an Harry Potter but with lorem ipsum's id
1723
// Will yield lorem ipsum first, them harry potter documents, then the rest
1724
let results: SearchResults<Document> = index
1725
.search()
0 commit comments