rails-rest-framework icon indicating copy to clipboard operation
rails-rest-framework copied to clipboard

Greater than/less than filtering?

Open jimmyvegas29 opened this issue 10 months ago • 2 comments

On your website for this it shows being able to filter with =, is there a built in way to > or <. I have been beating my head against the wall for the better part of a day trying to figure it out.

So looking for something like https://mysite/api/movies?id>255

Just and example. what im trying to do is filter between 2 dates.

jimmyvegas29 avatar Mar 27 '24 06:03 jimmyvegas29

This is only available by using the Ransack integration. I do plan on implementing this in the regular ModelFilter in the near future.

gregschmit avatar Mar 28 '24 17:03 gregschmit

Ok, thank you for the reply.

jimmyvegas29 avatar Mar 28 '24 23:03 jimmyvegas29