dokuwiki-plugin-data icon indicating copy to clipboard operation
dokuwiki-plugin-data copied to clipboard

Filtering tag fields ending with 's'

Open bitozoid opened this issue 11 years ago • 2 comments

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>';

bitozoid avatar Feb 02 '15 14:02 bitozoid

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.=

stvoigt avatar Feb 02 '15 15:02 stvoigt

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

bitozoid avatar Apr 09 '15 15:04 bitozoid