ash/documentation/topics/resources
Zach Daniel 87d8263abb improvement: support expr and expr_type options when building aggregates
for example:

```elixir
calculate(
  :max_comment_similarity,
  :float,
  expr(max(comments, expr_type: :float, expr: fragment("similarity(?, ?)", title, ^arg(:to))))
) do
  argument(:to, :string, allow_nil?: false)
end
```
2024-08-14 20:11:58 -04:00
..
aggregates.md
attributes.md
calculations.md
changes.md
code-interfaces.md improvement: support expr and expr_type options when building aggregates 2024-08-14 20:11:58 -04:00
domains.md
embedded-resources.md
identities.md
notifiers.md
preparations.md
relationships.md docs: Add section regarding strict-loading for manual relationships. (#1359) 2024-07-31 09:03:10 -04:00
validations.md docs: extend documentation for validate where option (#1279) 2024-07-03 20:58:57 -04:00