mselect is a plugin that extends the filter syntax to allow a union of two or more select type filters in one filter step. This allows for union or multiple type selections. The following example will select those tiddlers which have tag blog OR tag published and then sort by modified time:
    mselect=tag:blog,tag:published;sort=-modified


It is available from PyPI as tiddlywebplugins.mselect.