Posted by neclimdul on May 12, 2009 at 5:42pm
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.
Current Development:
As we work on reviving this plugin, the priorities will be the following:
- All outstanding issues with the current code will be resolved.
- Drupal 7 and views 3 support will be added.
- Drupal 6 and views 3 support will be added.
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Reported installs: 213 sites currently report using this module. View usage statistics.
- Last modified: February 6, 2012