mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix typo
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
c695a1ffd2
commit
3b7a2cdbce
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ impl Index {
|
|||
self.main.delete::<_, Str>(wtxn, main_key::GEO_FACETED_DOCUMENTS_IDS_KEY)
|
||||
}
|
||||
|
||||
/// Retrieve all the documents ids that faceted with a _geo field.
|
||||
/// Retrieve all the documents ids that are faceted with a _geo field.
|
||||
pub fn geo_faceted_documents_ids(&self, rtxn: &RoTxn) -> heed::Result<RoaringBitmap> {
|
||||
match self
|
||||
.main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue