[Wikidata-bugs] [Maniphest] [Commented On] T162250: Query Service: "order by" doesn't work on graph views

2017-12-12 Thread Pintoch
Pintoch added a comment.
Two closely related examples which exhibit different behaviors:
http://tinyurl.com/y9ctl9vo (incorrect ordering)
http://tinyurl.com/y8gy77hf (correct ordering)TASK DETAILhttps://phabricator.wikimedia.org/T162250EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PintochCc: Pintoch, Smalyshev, VIGNERON, LucasWerkmeister, Jonas, Lea_Lacroix_WMDE, Aklapper, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, Gehel, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162250: Query Service: "order by" doesn't work on graph views

2017-10-29 Thread VIGNERON
VIGNERON added a comment.
An other view on this problem: http://tinyurl.com/ybrhd82y (request tweeted by Lucas today)TASK DETAILhttps://phabricator.wikimedia.org/T162250EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: VIGNERONCc: Smalyshev, VIGNERON, LucasWerkmeister, Jonas, Lea_Lacroix_WMDE, Aklapper, Lahi, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162250: Query Service: "order by" doesn't work on graph views

2017-04-07 Thread VIGNERON
VIGNERON added a comment.
True it's very weird. I didn't really expected it to works, but it does works in table mode, why not in line chart mode too?

And what about the second example I gave (without the coordinates trick). There is definitely something strange with line chart in WDQS…TASK DETAILhttps://phabricator.wikimedia.org/T162250EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: VIGNERONCc: Smalyshev, VIGNERON, LucasWerkmeister, Jonas, Lea_Lacroix_WMDE, Aklapper, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162250: Query Service: "order by" doesn't work on graph views

2017-04-06 Thread Smalyshev
Smalyshev added a comment.
Ordering by coordinate is a bit weird, I'm not even sure what exactly happens there, as coordinate is a compound data type. Need to check that...

Incidentally, it probably would be good to have functions to extract single coordinate, that way it could be sorted by one of them.TASK DETAILhttps://phabricator.wikimedia.org/T162250EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, VIGNERON, LucasWerkmeister, Jonas, Lea_Lacroix_WMDE, Aklapper, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162250: Query Service: "order by" doesn't work on graph views

2017-04-05 Thread VIGNERON
VIGNERON added a comment.
Maybe urelated but https://query.wikidata.org/#%23defaultView%3ALineChart%0ASELECT%20%3Fdist%20%28AVG%28%3Felev%29%20AS%20%3Faltitude%29%20%3FitemLabel%20%0AWHERE%0A%7B%0A%20%20%7B%0A%09%3Fitem%20wdt%3AP31%20wd%3AQ105731%20%3B%0A%20%20%20%20%20%20%20%20%20%20wdt%3AP706%20wd%3AQ842462%20%3B%0A%20%20%20%20%20%20%20%20%20%20p%3AP2044%20%3FelevStmt%20%3B%0A%20%20%20%20%20%20%20%20%20%20p%3AP795%20%3FdistanceStmt%20.%0A%20%20%20%20%3FdistanceStmt%20pq%3AP2043%20%3Fdist%20%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ps%3AP795%20wd%3AQ842462%20.%0A%20%20%20%20%3FelevStmt%20ps%3AP2044%20%3Felev%20%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20pq%3AP518%20wd%3AQ505774%20%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20pq%3AP459%20wd%3AQ27700527%20.%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22fr%22%20%7D%0A%7D%0AGROUP%20BY%20%3FitemLabel%20%3Fdist%0AORDER%20BY%20ASC%28%3Fdist%29 is quite strange too...TASK DETAILhttps://phabricator.wikimedia.org/T162250EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: VIGNERONCc: VIGNERON, LucasWerkmeister, Jonas, Lea_Lacroix_WMDE, Aklapper, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs