Talk:Roadmap
From semantic-mediawiki.org
In case you have feature requests please use the form "feature request" of the SWM community wiki as the first entry point. Thank you.
Result grouping
This is something for which I see need, and is not currently in SMW: Grouping of results in queries based on the values of queried properties.
Needed changes:
- This requires additional syntax to specify on what properties should be switched, for what changes in the result printer, with which values.
- SMWQueryResult should then hold the grouped values and their extra data, so query printers can use this and do the actual grouping.
People supporting this idea:
Implementation plans:
...
Full text search in ask-queries
I think that can be extremely useful feature and many other can rely on it. The idea is to allow user to add fulltext seaches in ask-queries like the following:
{{#ask: Franklin
[[Category:People]]
[[someproperty::somevalue]]
|?someproperty2
}}
This can be a base for the general purpose faceted search.