Commit 0ab749a4d3aa5710a9cd9f8158c2865ce3aa76d0
1 parent
1c4f8f2f
Exists in
master
and in
21 other branches
Show response
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
README.md
@@ -589,6 +589,12 @@ query.body[:query] = {match_all: {}} | @@ -589,6 +589,12 @@ query.body[:query] = {match_all: {}} | ||
589 | products = query.execute | 589 | products = query.execute |
590 | ``` | 590 | ``` |
591 | 591 | ||
592 | +You can view the response with: | ||
593 | + | ||
594 | +```ruby | ||
595 | +Product.search("*").response | ||
596 | +``` | ||
597 | + | ||
592 | ## Reference | 598 | ## Reference |
593 | 599 | ||
594 | Searchkick requires Elasticsearch `0.90.0` or higher. | 600 | Searchkick requires Elasticsearch `0.90.0` or higher. |