Skip to content

Filter options: like, ilike and dynamic expressions

Choose a tag to compare

@FedericoAlcantara FedericoAlcantara released this 31 Jul 11:09
· 32 commits to main since this release
8752111

v0.1.5

Uses Elixir v1.18+
Compatible with Ecto 3.12+

Features

  • Where condition options
    • :like and :ilike conditions in where options
    • Dynamic queries - Ecto.Query.DynamicExpr allowed in where options.
  • Select option (:select)
    • List of fields to load from table specified as option.

Documentation update and fixes

  • Guides documentation updated
  • New CONTRIBUTORS.md documentation