Skip to content

Commit e821c45

Browse files
algolia-botkai687shortcuts
committed
fix(specs): optionalFilters additional explanation [skip-bc] (generated)
algolia/api-clients-automation#4353 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: shortcuts <[email protected]>
1 parent 6e71ebc commit e821c45

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/scala/algoliasearch/recommend/OptionalFilters.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ import org.json4s._
3535
* exclude records from the search results. Records that match the optional filter rank before records that don't
3636
* match. If you're using a negative filter `facet:-value`, matching records rank after records that don't match. -
3737
* Optional filters don't work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. -
38+
* Optional filters are applied _before_ custom ranking attributes (in the default
39+
* [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). -
3840
* Optional filters don't work with numeric attributes.
3941
*/
4042
sealed trait OptionalFilters

src/main/scala/algoliasearch/search/OptionalFilters.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ import org.json4s._
3939
* exclude records from the search results. Records that match the optional filter rank before records that don't
4040
* match. If you're using a negative filter `facet:-value`, matching records rank after records that don't match. -
4141
* Optional filters don't work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. -
42+
* Optional filters are applied _before_ custom ranking attributes (in the default
43+
* [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). -
4244
* Optional filters don't work with numeric attributes.
4345
*/
4446
sealed trait OptionalFilters

0 commit comments

Comments
 (0)