Tag Service Stop Words?
# help-with-umbraco
t
Does the Tag Service use examine under the hood to do its lookup of tags to fetch? If I call
_tagService.GetAllTags()
would it use an index under the hood? What I'm after is removing stop words from tags essentially. Ive looked in the src and am not finding a clear indication. Id imagine it would pull directly from a db context but want to make sure