Dear all,

I have a question of tracker sparql query order with multi langauges.
Currently tracker supports Sparql  1.0 and sorts the result in unicode
order, as I know.

Is it possible to sort other language prior to English?

In SQLite, specific chacracters can be sorted in front with following
syntax,
ORDER BY (CASE WHEN str between '0' and '9' THEN 1 WHEN str between 'a' and
'z' THEN 2 ELSE 3 END)

I wonder there is similar syntax of SPARQL query like CASE WHEN THEN of
SQLITE.

If there is any way to sort other langague first than English, please share
with me.


Best Regards,
Eugene
_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to