From 53037c064fac02efe8ba02db5dd34dea7804f70c Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 15 May 2012 21:51:40 +0530 Subject: [PATCH] add instructions for trigram search to README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 985b44d..f987f5c 100644 --- a/README +++ b/README @@ -2,6 +2,12 @@ Note: If running postgres 9.1 and Django < 1.4, you will probably need this patc Don't forget to install python-psycopg2 and python-gdal for the sake of GeoDjango. +To install Trigram Search: + psql + create extension pg_trgm; + \q + python manage.py trgmidx + chaloBEST Get: