ash json api filters
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.
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 [...]
}filterq_explanation="some_string"&year=2011><