add ilike filter to graphql queries
Is it possible to extend the generated filter options in AshGraphql by e.g. an
ilike
filter?1 Reply
At the moment the only way is with a calculation on the resource called
ilike
which is less than ideal. When we add custom expressions that will be much simpler.