Closed (works as designed)
Project:
Views Natural Sort
Version:
6.x-1.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2012 at 13:45 UTC
Updated:
11 Dec 2012 at 14:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
generalredneckOk so this will be really simple to fix...
In your view, change the field you are displaying to just "Node: Title" or "Content: Title" depending on your version of Drupal. This will display the title that you inputted when you created the node.

Then in your sort section add "Node: Title - Natural Sort" and sort in the order you wish to sort... ascending or descending.
The reason Natural Sort is appends things to numbers is to "trick" the database into doing a numerical sort on alphanumeric data. The same is true with words that are removed like A, The, and An.
Let me know if this doesn't help and if you would, show me a copy of your view so that I may replicate your results.
Also if you need a D6 example screenshot, let me know. I just didn't have a copy on my work machine to pull from.
Comment #2
generalredneckI did end up Drawing up some documentation as a result of this. Check out the Drupal 6 Documentation and see if that helps you any?
Comment #3
generalredneckClosing because of inactivity.