mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
commit
4adfd10398
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ List of all possible predicates
|
||||||
|
|
||||||
* `*_eq` - equal
|
* `*_eq` - equal
|
||||||
* `*_not_eq` - not equal
|
* `*_not_eq` - not equal
|
||||||
* `*_match` - matches with `LIKE`, e.g. `q[email_matches]=%@gmail.com`
|
* `*_matches` - matches with `LIKE`, e.g. `q[email_matches]=%@gmail.com`
|
||||||
* Also: `*_does_not_match`, `*_matches_any`, `*_matches_all`, `*_does_not_match_any`, `*_does_not_match_all`
|
* Also: `*_does_not_match`, `*_matches_any`, `*_matches_all`, `*_does_not_match_any`, `*_does_not_match_all`
|
||||||
* `*_lt` - less than
|
* `*_lt` - less than
|
||||||
* `*_lteq` - less than or equal
|
* `*_lteq` - less than or equal
|
||||||
|
|
Loading…
Reference in a new issue