Ash FrameworkAF
Ash Framework8mo ago
22 replies
Abhishek Tripathi

ash json api filters

question-filter-q_explanation{
contains    [...]
eq    [...]
greater_than    [...]
greater_than_or_equal    [...]
ilike    [...]
in    [...]
is_nil    [...]
less_than    [...]
less_than_or_equal    [...]
like    [...]
not_eq    [...]
}


on swagger ui page, I see this king of spec. so, in the filter I can use q_explanation="some_string"&year=2011

How do I input > or < when writing nested filters for this?
Claude has been really unhelpful at this.
Was this page helpful?