Searching your data is a key functionality in many modern applications. With Dgraph, searching for specific terms in your data is super easy and built right into the platform!
In this tutorial we will go over adding the @search directive to your GraphQL schema and how to search use the allofterms and anyofterms search functions when issuing GraphQL queries.