long2ice / meilisync

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

Add support to datetime fields #10

Closed brunoocasali closed 1 year ago

brunoocasali commented 1 year ago

When python identifies a valid DateTime field, it will be converted to a timestamp before being sent to meilisearch.

According to: https://www.meilisearch.com/docs/learn/advanced/working_with_dates

Fixes #8

long2ice commented 1 year ago

Got it