From e1c5b36b1841c624ff7379e249e3ad607a88259e Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Thu, 7 Jun 2012 19:58:15 +0300 Subject: [PATCH] adds 2 links to the readme to check the predicates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c17dc1e..bd67ed2 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ In your view: <% end %> `cont` (contains) and `start` (starts with) are just two of the available search predicates. -See Constants for a full list. +See [Constants](https://github.com/ernie/ransack/blob/master/lib/ransack/constants.rb) for a full list and the [wiki](https://github.com/ernie/ransack/wiki/Basic-Searching) for more description. ### Advanced Mode