Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Anonymous (not verified)
Created:
3 Nov 2009 at 09:22 UTC
Updated:
5 Oct 2016 at 12:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerIf no search would be performened, there would be no result, so i guess also from code, that this should be "a".
Feel free to post a patch :)
Comment #2
esmerel commentedWhere is that sentence?
Comment #3
dawehnerComment #4
esmerel commentedI will see if I can figure out how to patch it. Later :D
Comment #5
myxelf commentedSubscribing...
Comment #6
esmerel commentedI'm not sure this patch is correct, but it does change the line I wanted changed, so...
Comment #7
merlinofchaos commentedActually the original text is correct. It could be reworded:
"If no search was performed causing this field to not appear..."
Basically what this means is that if there is not a search performed, the score will not appear. This setting forces an alternative default sort so that you don't have an arbitrary non sort when there isn't a score.
Comment #8
rschwab commentedHow about:
'Pick an alternative default table sort field to use when the search score field is unavailable.'
If this works for you guys the patch here implements it.
Comment #9
merlinofchaos commentedCommitted to all branches.