Releases: malomalo/activerecord-filter
Releases · malomalo/activerecord-filter
v6.1.0
v6.1.0.rc1
- Compatibility for Rails 6.1
- Fix issues / test when filter across a polymorphic relationship
- Fix bug when querying with an OR array (#8)
v6.0.0.7
v6.0.0.6
Support more arrays in the query
Account.filter(photos: [ { property: { name: 'Name' } } ])
is now supported, and filters in the array will be AND
ed together
Alias support
When querying on relations use the alias tracker to get the correct table name