Licheng Wu
07/28/2025, 2:36 AM{
"name": "author_id",
"type": "string",
"reference": "authors.id"
}
I am getting an error if I try to create a one-to-many reference using an integer type, such as something like this
{
"name": "author_id",
"type": "int64",
"reference": "authors.id"
}
When trying to reindex, the error says that the field must have a string value.Fanis Tharropoulos
07/28/2025, 7:03 AMLicheng Wu
07/29/2025, 2:24 AM