-
Notifications
You must be signed in to change notification settings - Fork 801
Closed
Description
I have a filed of type "TEXT" in my database table. After I insert "hello" in that filed, no matter through phpMyAdmin or PHP or command-line, it'll index Base64 encoding as "aGVsbG8=" into EL document.
VARCHAR just works fine, the problem is only with "TEXT" type.
If I delete the index, stop go-mysql-elasticsearch, and restart it to sync the database, it'll index "hello" this time and everything just works perfect.
Does anyone has the same problem with me? Really need some directions.
By the way, this project is awesome!!! Thanks a lot.
Metadata
Metadata
Assignees
Labels
No labels