Ash FrameworkAF
Ash Framework3y ago
11 replies
Blibs

Use a custom operator on FilterForm

Is it possible to expand FilterForm to allow other types of operators like using ilike or <% during filtering?

I believe that this item will give a solution for that https://github.com/ash-project/ash/issues/374 but AFAIK this is not done yet.

So, for now is there a workaround?
GitHub
These would be exposed to the expression syntax in code, and can be made available over api extensions as well. I'm thinking something like this: support a custom configured list of functions t...
Custom predicates & operators · Issue #374 · ash-project/ash
Was this page helpful?