splitbrain / dokuwiki-plugin-data

Add and query structured data in your DokuWiki
http://www.dokuwiki.org/plugin:data
GNU General Public License v2.0
50 stars 34 forks source link

[BUG] datatable don't display multiple links from a dataentry field #211

Open sphaira-dev opened 6 years ago

sphaira-dev commented 6 years ago

I have a bug to display on a datatable from a dataentry field with multiple links.

Dokuwiki Config

Wiki config :

Data entry

---- dataentry mjtracks ----
Titre             : Bad
Artiste           : Michael Jackson
Type              : acapella
Source_links      : discogs>3470252|CD Maxi-Single, discogs>5399506|DVD
----

Data table

----- datatable mjtracks -----
cols    : Titre, Source_links
filter  : %class%=mjtracks
and     : type=acapella
-----

Bug

Conclusion

I don't known why the second link (DVD) don't work ?