Skip to content

Instantly share code, notes, and snippets.

@dfockler
Created January 19, 2016 21:24
Show Gist options
  • Save dfockler/b2439c9b2131ebd39fc0 to your computer and use it in GitHub Desktop.
Save dfockler/b2439c9b2131ebd39fc0 to your computer and use it in GitHub Desktop.
srch = Tire.search Listing.index_name do |s|
s.filter :term, 'categories.name' => 'Food & Drink' # I replaced Food & Drink with a category I know exists
end
srch.results
# => Doesn't have any results, but the query works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment