OptionalFilters

algoliasearch.recommend.OptionalFilters
See theOptionalFilters companion object
sealed trait OptionalFilters

Create filters to boost or demote records. Records that match the filter are ranked higher for positive and lower for negative optional filters. In contrast to regular filters, records that don't match the optional filter are still included in the results, only their ranking is affected.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article