Updated lookup pattern fixes #9. The previous lookup pattern captured any tag starting with "top", regardless of what comes after it, this interfered with the tag plugin, which uses the tag "topic". The new pattern is more restrictive, it only captures a tag exactly matching "top" or a tag matching "top|" with any characters after the vertical bar.
Updated lookup pattern fixes #9. The previous lookup pattern captured any tag starting with "top", regardless of what comes after it, this interfered with the tag plugin, which uses the tag "topic". The new pattern is more restrictive, it only captures a tag exactly matching "top" or a tag matching "top|" with any characters after the vertical bar.