word/finder: order by grade within levels
[sheet.git] / tools / mkwordlist
index 2e38a8d45ad34f1078db74b93ba5175d5b35121f..6f42fc86c6d46c67339eb61f0b11b53751ba631f 100755 (executable)
@@ -13,7 +13,7 @@ use Data::Dump 'pp';
 my %rows;
 if (my $lang = shift @ARGV) {
        my %filter = (lang => $lang);
-       my $cols = "ref, array_to_string(form || alt, '/'), prio, id, cat";
+       my $cols = "ref, array_to_string(form || alt, '/'), prio + coalesce(grade, 90) / 100::float, id, cat";
        %rows = $db->select(_word_ref => $cols, \%filter)->map_arrays;
        say pp \%rows
                =~ s/\\x\{([0-9A-F]+)\}/chr hex $1/ger;