Create Atlas search index via golang-migrate package

Is there a way to create atlas search index using mongoDB shell methods like createIndexes which are used to create regular indexes? I want to create/update/maintain the index using golang-migrate package which supports the mongoDB shell methods.

Hi @Priyanka_Kurkure , work is underway to support this. You can vote on the feedback item here to stay up-to-date about progress!

In the meantime, you can use the Atlas REST API or Atlas CLI to create search indexes programatically: