Skip to content

Conversation

@montebrown
Copy link
Contributor

Allow passing in Ecto queries to the functions for filtering children, descendants, self_and_descendants & self_and_siblings.

  • added versions of the above functions of arity 2 that take a query as the first argument.
  • the query for these functions is the first argument so that you can pipe in a composable Ecto query.

…en, descendants, self_and_descendants & self_and_siblings.

 - added versions of the above functions of arity 2 that take a query as the first argument.
 - the query for these functions is the first argument so that you can pipe in a composable Ecto query.
@montebrown montebrown force-pushed the master branch 5 times, most recently from 7f7d4f8 to c2c7287 Compare February 10, 2025 18:28
…ied an elixir version.

Also added :ecto to the application list for :dev to resolve a strange compilation issue:
 - `mix compile` fails complaining it can't find ecto.
 - `mix test` runs fine.
 - compiling a downstream project also breaks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant