-
-
Save matteomanzo/5dbff371a589a5ee1ccc8050b03de220 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
chewy_query = UffiziIndex::Artwork.all | |
Mastico::Query.new(fields: [:title], query: "Venere").apply(chewy_query).load.to_a | |
=> [#<Artwork:0x007fa6668fc820 | |
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