long2ice / meilisync

Realtime sync data from MySQL/PostgreSQL/MongoDB to Meilisearch
https://github.com/long2ice/meilisync
Apache License 2.0
260 stars 40 forks source link

JSON data from MySQL is synced as strings in Meilisearch #109

Open zemelLeong opened 3 months ago

zemelLeong commented 3 months ago

I am using meilisync to sync MySQL data to Meilisearch. After syncing, the JSON type in MySQL becomes a string in Meilisearch. How can I avoid this issue?