Skip to content

Commit f8b871c

Browse files
committed
chore: more explicit documentation
1 parent 68c58ba commit f8b871c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clients/algoliasearch-client-swift/Sources/Search/Extra/SearchClientExtension.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@ public extension SearchClient {
644644
- Parameter indexName: The name of the index in which the search queries should be performed
645645
- Parameter searchParamsObject: The search query params.
646646
- Parameter refinements: Refinements to apply to the search in form of dictionary with
647-
facet attribute as a key and a list of facet values for the designated attribute
647+
facet attribute as a key and a list of facet values for the designated attribute.
648+
Any facet in this list not present in the `disjunctiveFacets` set will be filtered conjunctively.
648649
- Parameter disjunctiveFacets: Set of facets attributes applied disjunctively (with OR operator)
649650
- Parameter keepSelectedEmptyFacets: Whether the selected facet values might be preserved even
650651
in case of their absence in the search response

0 commit comments

Comments
 (0)