Limit ignored in CSV export?

From semantic-mediawiki.org

Hello,

See https://bugzilla.wikimedia.org/show_bug.cgi?id=48756

Limit value is ignored in query--so results exported to CSV are limited to 100. However, I have about 500 total values that I wish to export, that are available.

Using SMW 1.8.0.5.

Any suggestions?

22:08, 7 November 2013

Ditto. I cannot get back more than 100 rows of data ... If only I knew PHP better ...

07:54, 5 December 2013

I found the relevant PHP code anyway and changed it from 100 to 1000. It is located within SemanticMediawiki/includes/queryprinters/SMW_QP_CSV.php line 128 (or thereabouts, depending on SMW version)

08:23, 5 December 2013

I found the section in SemanticMediawiki/includes/queryprinters/SMW_QP_CSV.php and changed it from 100 to 1000, but it had no effect. Still only 100 are exported...

09:14, 13 June 2014

See now https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/242 although I'm not sure if there was a fix. Anyone?

(The issue was also reported at https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/42 but deferred to SMW core)

11:59, 8 April 2015