You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using it in a project, but I found that I would like to have indexed some information from relationships. I know this have to be sent to ElastichSearch formated like Documents and Subdocuments, so if I have a Product, what can I do to have Product.type in ElasticSearch instead to Product.type_id ? Being Product.type a string with the name of the Type and type_id the Id of the Type.
The text was updated successfully, but these errors were encountered:
I'm using it in a project, but I found that I would like to have indexed some information from relationships. I know this have to be sent to ElastichSearch formated like Documents and Subdocuments, so if I have a Product, what can I do to have Product.type in ElasticSearch instead to Product.type_id ? Being Product.type a string with the name of the Type and type_id the Id of the Type.
The text was updated successfully, but these errors were encountered: