Skip to content

Commit

Permalink
fix(specs): optionalFilters additional explanation [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4353

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Kai Welke <kai.welke@algolia.com>
Co-authored-by: shortcuts <vannicattec@gmail.com>
  • Loading branch information
3 people committed Jan 13, 2025
1 parent 6e71ebc commit e821c45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/algoliasearch/recommend/OptionalFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ import org.json4s._
* exclude records from the search results. Records that match the optional filter rank before records that don't
* match. If you're using a negative filter `facet:-value`, matching records rank after records that don't match. -
* Optional filters don't work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. -
* Optional filters are applied _before_ custom ranking attributes (in the default
* [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). -
* Optional filters don't work with numeric attributes.
*/
sealed trait OptionalFilters
Expand Down
2 changes: 2 additions & 0 deletions src/main/scala/algoliasearch/search/OptionalFilters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ import org.json4s._
* exclude records from the search results. Records that match the optional filter rank before records that don't
* match. If you're using a negative filter `facet:-value`, matching records rank after records that don't match. -
* Optional filters don't work on virtual replicas. - Optional filters are applied _after_ sort-by attributes. -
* Optional filters are applied _before_ custom ranking attributes (in the default
* [ranking](https://www.algolia.com/doc/guides/managing-results/relevance-overview/in-depth/ranking-criteria/)). -
* Optional filters don't work with numeric attributes.
*/
sealed trait OptionalFilters
Expand Down

0 comments on commit e821c45

Please sign in to comment.