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 docs: more restructuring, reviewing of guides 2024-04-08 13:39:45 -04:00
attributes.md docs: moved around some documentation 2024-04-08 12:05:36 -04:00
calculations.md docs: Fix typos in docs (#1045) 2024-04-23 10:35:10 -04:00
changes.md docs: update docs on batch callbacks 2024-06-24 08:25:30 -04:00
code-interfaces.md improvement: support expr and expr_type options when building aggregates 2024-08-14 20:11:58 -04:00
domains.md docs: Update code interface syntax in Domains guide (#1095) 2024-05-02 07:59:19 -04:00
embedded-resources.md improvement: don't add autogenerated_id to embeds by default 2024-04-27 00:53:22 -04:00
identities.md docs: Add some examples to the Identities guide, with a link to the DSL docs (#1097) 2024-05-02 11:25:50 -04:00
notifiers.md docs: Fix typos in docs (#1045) 2024-04-23 10:35:10 -04:00
preparations.md docs: add preparations doc 2024-05-09 20:52:44 -04:00
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