ecto_searcher v0.1.1 EctoSearcher.Searcher.DefaultMapping View Source

Contains default condition mapping.

Conditions

  • 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

Link to this section Functions