You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is potentially VERY tricky endpoint, especially if tags are the wild west.
It might be a good idea to have an approved list of tags, otherwise this could potentially need to query EVERY article.
Or possibly have a separate document listing all tags, which gets updated when an article is created.
But again tricky, if tags are freeformed, they are potentially unbound, which means they might quickly exceed the size limits of a Couchbase document. So then it would require multiple tag documents.
GET /api/tags
No authentication required, returns a List of Tags
The text was updated successfully, but these errors were encountered: