Skip to content

Commit 7d2bf78

Browse files
authored
fix: like/ilike not showing up on string calculations (#369)
1 parent 50eb646 commit 7d2bf78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resource/resource.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,6 +2904,7 @@ defmodule AshGraphql.Resource do
29042904

29052905
filter_fields =
29062906
Ash.Filter.builtin_operators()
2907+
|> Enum.concat(Ash.DataLayer.functions(resource))
29072908
|> Enum.filter(& &1.predicate?())
29082909
|> restrict_for_lists(field_type)
29092910
|> Enum.flat_map(

0 commit comments

Comments
 (0)