Filtering tag fields ending with 's'
Issue #59 happening to me with version 2013-10-09. Upgraded to latest (2015-01-04) and still happening. I can't replace code in helper.php with proposed commit:
284 $outs[] = '<a href="' . wl(str_replace('/', ':', cleanID($target)), $this->_getTagUrlparam($column, $val))
285 . '" title="' . sprintf($this->getLang('tagfilter'), hsc($val))
286 . '" class="wikilink1">' . hsc($val) . '</a>';
Ich kehre zurück am 09.02.2015.
Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Herzlichen Dank für ihr Verständnis.
I will answer your message after returning.
Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht "[dokuwiki-plugin-data] Filtering tag fields ending with 's' (#151)" gesendet am 02.02.2015 15:28:38.
Diese ist die einzige Benachrichtigung, die Sie empfangen werden, während diese Person abwesend ist.=
The regular expression for columns is tested in helper.php (function _column), and is the same for column names and for filter values. So that, adding an underscore to the field seems to work fine. E.g.:
filter: things_=house