dokuwiki-plugin-struct
dokuwiki-plugin-struct copied to clipboard
option to show only match when filtering Multi-input field
When using a comparator I would like the output to only show the match and hide other data in the Multi-input field.
Would this be possible and how would the inline edit work?
Sorry, I'm not sure understand. Can you explain a bit better under what circumstances the problem occurs? Eg. what's your schema and syntax? Maybe a screenshot would help?
When i filter a value, I would like only the the match to be shown - not all the data in a multiple value field:
---- struct table ----
schema: hostnameip
cols : %pageid%, ip, description
head: Hostname, IP, Desc
filter: ip=1.1.1.1
----

I was hoping for an output like this: 1.1.1.1 Not like this: 1.1.1.1,2.2.2.2,3.3.3.3 - even if that is correct due to hitting 1.1.1.1 in filter.
Usecase - when showing all hosts with IP ~192.168.0.* (IP-PLAN) -- then hosts with multiple IP addresses will not make any clutter in the table.