https://bugzilla.wikimedia.org/show_bug.cgi?id=16709
Summary: Enahnce show part of inline query to show subproperties
Product: MediaWiki extensions
Version: any
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: Normal
Component: Semantic MediaWiki
AssignedTo: [email protected]
ReportedBy: [email protected]
The given scenario:
V is a property
X is a property
Y is a propery (with [[subproperty of::X]]
Z is a propery (with [[subproperty of::X]]
when I do a query like this
{{#ask [[V::someValue]]
| ?X
}}
only things with a direct association to X are shown, but in some use-cases it
would be great to also see all associations with subproperties of X
I understand that such a thing is quite complicated and requires a lot of
computing, so I suggest to add a special show style if a query should
explicitly show subproperties as well.
So the query from above returns results as it does currently, whereas the
following query would also show Y and Z in the results:
{{#ask [[V::someValue]]
| +X
}}
I'm not sure whether "+" is the right character to use, but it clearly shows
the difference between ? (zero or one) and + (one or more)
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l