Commit 8f3b21c9795440ad857c301f1b7d627d948723d5

Authored by Andrew Kane
1 parent 931b9c89

Updated readme

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -40,7 +40,7 @@ Product.search "Butter", fields: [:name, :brand] @@ -40,7 +40,7 @@ Product.search "Butter", fields: [:name, :brand]
40 Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50, order: {name: :desc} 40 Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50, order: {name: :desc}
41 ``` 41 ```
42 42
43 -The default order is `{_score: :desc}` (most relevant first). 43 +The default order is most relevant first, which is `{_score: :desc}`.
44 44
45 Additional operators 45 Additional operators
46 46