Replies: 1 comment
-
I honestly don't know. If you can figure out how to do it for Elasticsearch in general I can tell you how to do it with this package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
How should I implement the array in mappableAs function in case my model has title, content fields in JSON format? These fields contains the translations for different languages - I use the Spatie translatable package.
Also the content is a JSON document generated by TIptap editor. I would like to convert it to text before send to elasticsearch database. How to do it?
Thank you for your help in advance!
Beta Was this translation helpful? Give feedback.
All reactions