DEV Community

Cover image for Use Atlas Search (MongoDB) in a Next.js app using Prisma ORM
Omar Saúl Morales Ibarra
Omar Saúl Morales Ibarra

Posted on

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.

Top comments (0)