Skip to content

Commit

Permalink
Add or for facetFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Grand committed Mar 23, 2014
1 parent 3f83b4c commit b679dcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/algolia/search/saas/Query.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@ public Query setFacetFilters(List<String> facets) {
return this;
}

public Query setFacetFilters(String facets) {
facetsFilter = facets;
return this;
}

/**
* List of object attributes that you want to use for faceting. <br/>
* Only attributes that have been added in **attributesForFaceting** index setting can be used in this parameter.
Expand Down

0 comments on commit b679dcb

Please sign in to comment.