cosmocode / dokuwiki-plugin-top

Simple DokuWiki plugin to count page accesses and display the most popular pages
1 stars 3 forks source link

Updated Lookup Patten #11

Closed arourke closed 7 years ago

arourke commented 7 years ago

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.