Skip to content

Commit

Permalink
Use one big intersection query instead of nesting them
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenhp committed Feb 12, 2024
1 parent 09743d7 commit c26b616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airmail/src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ fn query_for_terms(
)));
};
}
let queries: Vec<Box<dyn Query>> = vec![Box::new(BooleanQuery::intersection(queries))];
Ok(queries)
}

Expand Down

0 comments on commit c26b616

Please sign in to comment.