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 b128299 commit 6742e59Copy full SHA for 6742e59
examples/basic_search.rs
@@ -51,7 +51,7 @@ fn main() -> tantivy::Result<()> {
51
52
// Our second field is body.
53
// We want full-text search for it, but we do not
54
- // need to be able to be able to retrieve it
+ // need to be able to retrieve it
55
// for our application.
56
//
57
// We can make our index lighter by omitting the `STORED` flag.
0 commit comments