Views Natural Sort
Provides a views filter that sorts titles by a more natural manner by ignoring articles like "The" and "A."
Normal sort:
- A Chorus Line
- All American
- Fiddler on the Roof
- Oklahoma!
- The King And I
Natural sort:
- All American
- A Chorus Line
- Fiddler on the Roof
- The King And I
- Oklahoma!
This is done using a prebuilt, indexed table so it should perform well.
Note: Currently on sites with existing content you need to run the rebuild index feature on the settings page for this to start working. Additional content will be indexed automatically using through the Node API.
