mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
feat: Introducing the Matches as_matches method
This commit is contained in:
@ -71,6 +71,10 @@ impl Matches {
|
||||
windows: self.slices.windows(2),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn as_matches(&self) -> &[Match] {
|
||||
&self.matches
|
||||
}
|
||||
}
|
||||
|
||||
pub struct QueryIndexGroups<'a, 'b> {
|
||||
|
Reference in New Issue
Block a user