Use Atlas Search (MongoDB) in a Next.js app using Prisma ORM

omarmorales

Omar SaΓΊl Morales Ibarra

Posted on September 28, 2024

Use Atlas Search (MongoDB) in a Next.js app using Prisma ORM

Testing how to use MongoDB in Next.js using Prisma I was having some issues when trying to use Atlas Search. Here a code snippet on how I solved my issue. Hope is useful for someone πŸ˜€ Happy coding πŸ§‘β€πŸ’»

Code snippet

Here the Github gist if you need to copy the code πŸ˜‰

And documentation of raw queries with Prisma.

πŸ’– πŸ’ͺ πŸ™… 🚩
omarmorales
Omar SaΓΊl Morales Ibarra

Posted on September 28, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related