Skip to content

Instantly share code, notes, and snippets.

@matteomanzo
Created April 18, 2018 07:46
Show Gist options
  • Select an option

  • Save matteomanzo/bea20017e3ebe6e80230e7b0ca3ecb73 to your computer and use it in GitHub Desktop.

Select an option

Save matteomanzo/bea20017e3ebe6e80230e7b0ca3ecb73 to your computer and use it in GitHub Desktop.
UffiziIndex::Artwork.all.query(multi_match: {fields: [:title, :author], query: "venere botticelli"}).load.to_a
=> [#<Artwork:0x007fa66eada0b8
id: 3,
museum_id: 15,
title: "Nascita di Venere",
author: "Sandro Botticelli (Firenze 1445-1510) ",
position: 109>,
#<Artwork:0x007fa66eada360
id: 30,
museum_id: 6,
title: "Adorazione dei Magi",
author: "Sandro Botticelli (Firenze 1445-1510)",
position: 2>,
#<Artwork:0x007fa66eada1f8
id: 20,
museum_id: 11,
title: "Fortezza",
author: "Sandro Botticelli (Firenze 1445 -1510)",
position: 2015>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment