Reputation: 103
I am trying to sort a view by a node field (product weight - which is a decimal), however, that field and various others do not show as fields which I can sort on.
I am hoping there is some simple fix for this, but I have been unable to find the solution.
Why do some fields show in the sort criteria, but others do not? What do I have to do to make it possible to sort by the missing fields?
Upvotes: 4
Views: 1179
Reputation: 311
Multi-valued fields don't shows up as sortable in Drupal 7 views. Go to your field settings->Select no of Values as 1 ->Go to view's format settings and see if Sort option s available->Check Sort->Save the view.
Upvotes: 0
Reputation: 103
Worked it out.
You have to add an index to the search API...
Once this has been done with the appropriate fields added they should become available to sort.
Upvotes: 2