From 7ea14e36f8f634195552c2ca5044a435e5e8f0be Mon Sep 17 00:00:00 2001 From: Tom Lingham Date: Tue, 15 Jul 2014 00:01:09 +1000 Subject: [PATCH] Updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1543e2..1016f58 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Laravel 4+ Searchy ### Database Searching Made Easy Searchy is an easy-to-use Laravel 4+ package that makes running user driven searches on data in your models simple and effective. +It uses pseudo fuzzy searching and other weighted mechanics depending on the search driver that you have enabled. It requires no other software installed on your server (so a bit slower than dedicated search programs) but can be setup and ready to go in minutes. Installation