contradb / contra

Find and share contra dances.
http://contradb.com
GNU Affero General Public License v3.0
13 stars 5 forks source link

Table sorting is sensitive to leading whitespace #742

Open chetgray opened 9 months ago

chetgray commented 9 months ago

Steps to reproduce

  1. As any user (logged in or guest) visit the main dance search page (i.e. https://contradb.com/ ).
  2. Select to include "not verified" dances in the search filter (as of writing, the only dances titled with leading whitespace are unverified).
  3. Increase "Results per page" to 30 (so we can see both affected and unaffected rows).
  4. Click the "Title" column heading to sort it A-Z.

Actual results

Some dances with titles appearing to start with various letters are sorted to the top of the list, out of A-Z lexical order. Upon inspection, the out-of-order dances have a leading space character.

image

Expected results

The titles are sorted in a lexical order that corresponds to their rendered title, disregarding any leading whitespace.

Notes

Not having thought very thoroughly on it, I would advocate for trimming titles before persisting (and retroactively trimming already-persisted titles).