ecto_searcher v0.2.0 EctoSearcher.Mapping.Default View Source
Contains default matcher mapping.
Matchers
eq
— equality (field == value
)cont
— contains substring (ilike(field, value)
)in
— inclusion (field in value
)gt
— greater than (field > value
)gteq
— greater than or equal (field >= value
)lt
— less than (field < value
)lteq
— less than or equal (field <= value
)overlaps
— arrays overlap (field && value
)
Link to this section Summary
Functions
Callback implementation for EctoSearcher.Mapping.fields/0
Callback implementation for EctoSearcher.Mapping.matchers/0
Link to this section Functions
Link to this function
fields() View Source
Callback implementation for EctoSearcher.Mapping.fields/0
Link to this function
matchers() View Source
Callback implementation for EctoSearcher.Mapping.matchers/0