Commit 7788c7d3f86ec9dd1cbb39cb725a56c10f9dd9d8

Authored by Andrew Kane
1 parent 4bfb101a

Give option of another datastore

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -42,7 +42,7 @@ Use analytics on search conversions to improve results. @@ -42,7 +42,7 @@ Use analytics on search conversions to improve results.
42 42
43 Also, give popular documents a little boost. 43 Also, give popular documents a little boost.
44 44
45 -Create a model to keep track of searches. 45 +Keep track of searches. The database works well for low volume, but feel free to use redis or another datastore.
46 46
47 ```ruby 47 ```ruby
48 class Search < ActiveRecord::Base 48 class Search < ActiveRecord::Base