Skip to content

Instantly share code, notes, and snippets.

@matteomanzo
Created April 18, 2018 08:14
Show Gist options
  • Save matteomanzo/774ce5457b42a764d3e5d9dfdb1467d8 to your computer and use it in GitHub Desktop.
Save matteomanzo/774ce5457b42a764d3e5d9dfdb1467d8 to your computer and use it in GitHub Desktop.
chewy_query = UffiziIndex::Artwork.all
Mastico::Query.new(fields: [:title], query: "Venus").apply(chewy_query).load.to_a
=> [#<Artwork:0x007fa6668fc820
id: 3,
museum_id: 15,
title: "Birth of Venus",
author: "Sandro Botticelli (Florence 1445-1510) ",
position: 109>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment