Matt_Quinn
(Matt Quinn)
3
@Jeremy_Care , for now the best I’ve been able to do is work around the issue by checking to make sure a search index with the same name doesn’t already exist before trying to create one. It’s probably just good defensive coding anyway, but I’m not used to having to do it since Mongo no-ops when you try to make a duplicate standard index, and a genuine hosted Atlas deployment throws an command error that is easy to catch and discard.