Document2 {tags: [tagA, tagC]}The user types in a search term, and I want to return all documents who contain the search term as a tag. So if the user types in "tagA", I would be able to get back Document1 and Document2, but if they typed "tagB", it would only return Document1.