Guest User

Untitled

a guest
Feb 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. SolrQuery.build(:keyword => "red OR yellow", :category => "toys", :price => 5..10)
  2.  
  3. returns
  4.  
  5. "(red OR yellow) AND category:(toys) AND price:([5 TO 10])"
Add Comment
Please, Sign In to add comment