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 10a9da7 commit b638439Copy full SHA for b638439
Sources/MeiliSearch/Indexes.swift
@@ -695,7 +695,7 @@ public struct Indexes {
695
self.settings.resetDistinctAttribute(self.uid, completion)
696
}
697
698
- // MARK: Searchable Attribute
+ // MARK: Searchable Attributes
699
700
/**
701
Get the searchable attribute field of an `Index`.
@@ -738,7 +738,7 @@ public struct Indexes {
738
self.settings.resetSearchableAttributes(self.uid, completion)
739
740
741
- // MARK: Displayed Attribute
+ // MARK: Displayed Attributes
742
743
744
Get the displayed attribute field of the index.
0 commit comments