Commit 9f656e583be3b42322437f5d60c081ea34a6eff2

Authored by Andrew Kane
1 parent a56993ce

Better emoji

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
1 # Searchkick 1 # Searchkick
2 2
3 -:tada: Search made easy 3 +:rocket: Search made easy
4 4
5 Searchkick provides sensible search defaults out of the box. It handles: 5 Searchkick provides sensible search defaults out of the box. It handles:
6 6
@@ -10,6 +10,10 @@ Searchkick provides sensible search defaults out of the box. It handles: @@ -10,6 +10,10 @@ Searchkick provides sensible search defaults out of the box. It handles:
10 - misspellings - `zuchini` matches `zucchini` 10 - misspellings - `zuchini` matches `zucchini`
11 - custom synonyms - `qtip` matches `cotton swab` 11 - custom synonyms - `qtip` matches `cotton swab`
12 12
  13 +Runs on Elasticsearch
  14 +
  15 +:watermelon: Battle-tested at [Instacart](https://www.instacart.com)
  16 +
13 ## Usage 17 ## Usage
14 18
15 ```ruby 19 ```ruby