Commit 90a8524c54c4b9bdbe0fac96b40a7739b7d43b74

Authored by Andrew Kane
1 parent 6850afeb

Added explain

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
@@ -50,6 +50,12 @@ where: { @@ -50,6 +50,12 @@ where: {
50 } 50 }
51 ``` 51 ```
52 52
  53 +Explain
  54 +
  55 +```ruby
  56 +Product.search "1% Milk", explain: true
  57 +```
  58 +
53 ### Facets 59 ### Facets
54 60
55 ```ruby 61 ```ruby