ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

Linked fields are sorted by primary key rather than by visible contents #709

Open MerielP opened 9 years ago

MerielP commented 9 years ago

To reproduce:

  1. Open a table that contains at least one linked field.
  2. Use the linked field drop-down list to display the contents of a field other than the primary key
  3. Sort the table on the linked field.

The result seems to be that the table is sorted as if the primary key field were still being displayed. This can easily give the impression that the ordering is random - and certainly isn't going to help users locate the information they're after.

Attached is an illustrative image. This field (in a bibliography database) shows the author name, and is sorted on that field - except the order the records are appearing in is certainly not alphabetical.

linked field sorted