#IndexNamesNotUnique

1 messages · Page 1 of 1 (latest)

halcyon lodge
#

All my tables have unique index names but I get this error when I try to dev

placid nebula
#

I've only seen this when an index was indeed (unexpectedly) not unique. Would be really helpful for this error to have info on which index is causing the issue.

inland owl
#

Will look into adding more info to the error.

cyan cobalt
#

The index names need to be unique also against vector search index names and text search index names, in case that helps

halcyon lodge
#

I had unique index names, but the problem came from chaining/defining multiple searchIndex on a schema.

I think this error should be more descriptive. I had difficulty figuring out what caused the error as the message was unclear.

halcyon lodge
#

I needed a full-text search on multiple columns. I saw in the docs that this isn't supported yet, which must have caused the error.