ยฉ 2026 Hedgehog Software, LLC
%{question_text: "filter keyword that should exist"}
filter_expr = Ash.Expr.expr(contains(^key , ^value)) Question |> Ash.Query.sort(sort) |> Ash.Query.filter(filter_expr) |> Ash.read!(
filter_expr = Ash.Expr.expr(contains(^key , ^value)) filter_expr = Ash.Expr.expr(fragment("? ILIKE ?", ^key, ^"%#{value}%"))