Tag-Search via MCP

When Claude Cowork searches (via MCP-server) for documents with tags containing Spaces, it will find no documents.

Example:
tags:"Deutsche Literatur"
returns zero results (although hundreds of documents are tagged with that tag)

The correct syntax is tags:Deutsche Literatur in this case - the list of tags is separated by semicolons and therefore doesn’t need quoting.

1 Like

Thanks a lot!