MongoError: index is not allowed in this atlas tier

I am working on implementing a Full-Text Search on Dynamic Documents (Documents that have no fixed fields, Fields are dynamic). I had an issue with defining indexes since the fields are dynamic no fixed path can be given to the index.

Anyway, I tried to use the Wildcard query with Dynamic Index enabled. But, When I do that I get MongoError: index is not allowed in this atlas tier. I couldn’t find any index level limitations for Free Tier in docs.

Does anyone cloud help me, please?

Do you mind sharing your index definition and query?

You can read about our free tier limitations here.

2 Likes