Skip to content

Instantly share code, notes, and snippets.

@matteomanzo
Created April 18, 2018 07:48
Show Gist options
  • Save matteomanzo/f3202218fa6df442dd0f4e9a81228d4f to your computer and use it in GitHub Desktop.
Save matteomanzo/f3202218fa6df442dd0f4e9a81228d4f to your computer and use it in GitHub Desktop.
Mastico::Query.new(fields: [:title, :author], query: "Venere Botticelli").apply(chewy_query).load.to_a
=> [#<Artwork:0x007fa66a4281b0
id: 3,
museum_id: 15,
title: "Nascita di Venere",
author: "Sandro Botticelli (Firenze 1445-1510) ",
position: 109>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment