diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b91c3..782723f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.9 [unreleased] +## 0.7.9 - Added `tokens` method - Added `json` option diff --git a/README.md b/README.md index dd312b4..c2a189d 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ To boost fields, use: fields: [{"name^2" => :word_start}] # better interface on the way ``` -### Exact Matches [master] +### Exact Matches ```ruby User.search "hi@searchkick.org", fields: [{email: :exact}] @@ -571,7 +571,7 @@ Animal.search "*", type: [Dog, Cat] # just cats and dogs Dog.search "airbudd", suggest: true # suggestions for all animals ``` -## Debugging Queries [master] +## Debugging Queries See how Elasticsearch tokenizes your queries with: diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb index c494bb8..4b0abcb 100644 --- a/lib/searchkick/version.rb +++ b/lib/searchkick/version.rb @@ -1,3 +1,3 @@ module Searchkick - VERSION = "0.7.8" + VERSION = "0.7.9" end -- libgit2 0.21.0