Created
January 19, 2016 21:24
-
-
Save dfockler/b2439c9b2131ebd39fc0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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