Hey All --

In ask queries in 1.9.x using the template format, each result is separated
by a comma (which is a change from 1.8.0.2).  Looking further into this:

In SemanticMediaWiki/includes/queryprinters/ListResultPrinter.php, there
are a bunch of new things added for 1.9 -- I believe the format=template is
having 'plainlist' set to true on line 102, and this is then adding commas
between results in the getRowStart function on line 248.  Not sure if the
right answer is to set the default sep to blank for template formats, or to
unset plainlist for templates, or some non-hackish way of doing things.

For now, I've added '|sep=' to my ask query to blank out the list
separators.

-Tom
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to