Commit 5c03a022fd2b4ee295c279d603086dff2f6989dd

Authored by Andrew Kane
1 parent f447605a

Version bump

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 0.3.4 [unreleased]
  1 +## 0.3.4
2 2  
3 3 - Added highlighting
  4 +- Added :distance option to misspellings
4 5 - Fixed issue w/ BigDecimal serialization
5 6  
6 7 ## 0.3.3
... ...
README.md
... ... @@ -348,7 +348,7 @@ Advanced
348 348 Product.search "2% Milk", facets: {store_id: {where: {in_stock: true}, limit: 10}}
349 349 ```
350 350  
351   -### Highlight [master]
  351 +### Highlight
352 352  
353 353 Highlight the search query in the results.
354 354  
... ...