mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-30 18:29:59 +00:00
Add documentation
This commit is contained in:
@ -88,7 +88,7 @@ fn resolve_maximally_reduced_query_graph<'search>(
|
||||
break;
|
||||
} else {
|
||||
let position_to_remove = positions_to_remove.pop().unwrap();
|
||||
let _ = graph.remove_words_at_position(position_to_remove);
|
||||
let _ = graph.remove_words_starting_at_position(position_to_remove);
|
||||
}
|
||||
}
|
||||
logger.query_for_universe(&graph);
|
||||
|
Reference in New Issue
Block a user