# Implement Full-Text Search over a GraphQL API in MongoDB Atlas

DevFeed: [Implement Full-Text Search over a GraphQL API in MongoDB Atlas](<https://devfeed.tech/articles/implement-full-text-search-over-a-graphql-api-in-mongodb-atlas-21805.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2021/12/implement-full-text-search-graphql-api-atlas/>)

Author: Nic Raboy

Published: 2021-12-16T14:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [Binance](<https://devfeed.tech/topics/binance.md>), [CRUD](<https://devfeed.tech/topics/crud.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [full-text-search](<https://devfeed.tech/tags/full-text-search.md>), [function](<https://devfeed.tech/tags/function.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [resolvers](<https://devfeed.tech/tags/resolvers.md>), [schema](<https://devfeed.tech/tags/schema.md>), [search](<https://devfeed.tech/tags/search.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial showing how to implement full-text search in a GraphQL API for MongoDB Atlas using MongoDB Realm custom resolvers and Realm Functions. It explains how to extend the automatically generated CRUD API with Atlas Search.

## Source excerpt

GraphQL can be an extremely powerful and efficient way to create APIs and MongoDB Realm makes it easy by allowing you to connect your collections to GraphQL schemas without writing a single line of co... The post Implement Full-Text Search over a GraphQL API in MongoDB Atlas appeared first on MongoDB.