elastic_search_serialization
is having issues with dateTime() fields on indexing the DB
#516
Labels
bug
bug
community
community
Effort - Unknown
Effort - Unknown
Frequency - Weekly
Frequency - Weekly
Reach - VeryFew
Reach - VeryFew
Severity - S3
Severity - S3
Memgraph version
2.19.0
Environment
Docker image of
memgraph-mage
Describe the bug
elastic_search_serialization
is having issues with entities if they havedateTime()
kind of field - it cannot indexTo Reproduce
Follow along this blog post
MATCH (a) SET a.test = dateTime()
CALL elastic_search_serialization.index_db("mem_nodes", "mem_edges", 4) YIELD * RETURN *;
will fail with_mgp.LogicErrorError: Logic error.
Expected behavior
DB should be indexed
Logs
Error stack:
Additional context
Not really
Verification Environment
I will replicate it again and check
The text was updated successfully, but these errors were encountered: