Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: BubbleCal <bubble-cal@outlook.com>
  • Loading branch information
BubbleCal committed Sep 10, 2024
1 parent 239a349 commit d9f4406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/lance-index/src/scalar/inverted/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ mod tests {

let row_ids = invert_index
.search(&SargableQuery::FullTextSearch(
FullTextSearchQuery::new("\"lance exists\"".to_owned()).limit(Some(10)),
FullTextSearchQuery::new("\"lance unknown\"".to_owned()).limit(Some(10)),
))
.await
.unwrap();
Expand Down

0 comments on commit d9f4406

Please sign in to comment.