Skip to content

Provides a views filter that sorts node titles by a more natural manner by ignoring articles like "A" "An" and "The."

License

Notifications You must be signed in to change notification settings

backdrop-contrib/views_natural_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Views Natural Sort

Provides a views filter that sorts node titles by a more natural manner by ignoring articles like "A" "An" and "The."

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!
  • Natural Sort also supports Numbers.

Normal Sort:

  • 1 apple
  • 10 apples
  • 2 apples

Natural Sort:

  • 1 apple
  • 2 apples
  • 10 apples

This is done using a prebuilt, indexed table so it should perform well.

Installation

Issues

Bugs and feature requests should be reported in the Issue Queue.

Current Maintainers

Justin Keiser
Allan Chappell

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

About

Provides a views filter that sorts node titles by a more natural manner by ignoring articles like "A" "An" and "The."

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages