From 1a114cf25f7b29838efda3685e9da1f8d8bd3cf1 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 4 Aug 2013 04:47:57 -0700 Subject: [PATCH] Added note to reindex --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1556f18..920bf7e 100644 --- a/README.md +++ b/README.md @@ -138,11 +138,11 @@ class Product < ActiveRecord::Base end ``` -You must call `Product.reindex` after changing synonyms. +Call `Product.reindex` after changing synonyms. ### Indexing -Control what data is indexed with the `search_data` method. +Control what data is indexed with the `search_data` method. Call `Product.reindex` after changing this method. ```ruby class Product < ActiveRecord::Base -- libgit2 0.21.0