mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Add link to wiki in README.md [skip ci]
This commit is contained in:
parent
a494d0de8f
commit
7d819bdfd7
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ List of all possible predicates
|
|||
* `*_cont`, `*_cont_any`, `*_cont_all`, `*_not_cont`, `*_not_cont_any`, `*_not_cont_all` - contains value, using `LIKE`
|
||||
* `*_true`, `*_false` - is true and is false
|
||||
|
||||
(See full list: https://github.com/activerecord-hackery/ransack/blob/master/lib/ransack/locale/en.yml#L15)
|
||||
(See full list: https://github.com/activerecord-hackery/ransack/blob/master/lib/ransack/locale/en.yml#L15 and [wiki](https://github.com/activerecord-hackery/ransack/wiki/Basic-Searching))
|
||||
|
||||
### Using Ransackers to add custom search functions via Arel
|
||||
|
||||
|
|
Loading…
Reference in a new issue