I'm already able to select the fields that will be returned from the ElasticSearch query, but now I would like to be able to select the fields that will be loaded from the database when I pass the load: true option, maybe something like:
tire.search(load: { fields: [:title] })
Can I achieve this behaviour directly trough tire ? Thank you.