title sort should work harder to standardize titles

Issue #87 resolved
Craig Berry created an issue

The memsort index that is used for sorting needs to generate the title index a bit differently. It should, at a minimum:

  • strip punctuation
  • level case
  • remove a/an/the from the beginning

Comments (2)

  1. Craig Berry reporter

    Fixed by:

    commit a68e28a5d50e3e2f00530bf934812a794acfae8c (HEAD -> master)
    Author: Craig A. Berry <craigberry@mac.com>
    Date:   Sat Jul 13 14:15:15 2019 -0500
    
        Revise title indexing.
    
        Remove punctuation and move A, An, and The to the end when
        generating the memsort index for titles.  This has no effect on
        the display of each title, just the order in which the titles
        appear.
    
        Resolves issue #87.
    
  2. Craig Berry reporter

    Revise title indexing.

    Remove punctuation and move A, An, and The to the end when generating the memsort index for titles. This has no effect on the display of each title, just the order in which the titles appear.

    Resolves issue #87.

    → <<cset a68e28a5d50e>>

  3. Log in to comment