rails-rest-framework
rails-rest-framework copied to clipboard
Greater than/less than filtering?
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.
This is only available by using the Ransack integration. I do plan on implementing this in the regular ModelFilter in the near future.
Ok, thank you for the reply.