File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -413,11 +413,11 @@ def parseResults(resultsFiles):
413
413
task .hitCount = hitCount
414
414
if sort in ('<string: "title">' , '<string: "titleDV">' ):
415
415
task .sort = 'Title'
416
- elif sort .startswith ('<long: "datenum">' ) or sort .startswith ('<sortednumeric: "lastMod"> selector=MIN type=LONG' ):
416
+ elif sort .startswith ('<long: "datenum">' ) or sort .startswith ('<long: "lastModNDV">' ) or sort . startswith ( '< sortednumeric: "lastMod"> selector=MIN type=LONG' ):
417
417
task .sort = 'DateTime'
418
418
elif sort in ('<string: "month">' , '<string: "monthSortedDV">' ):
419
419
task .sort = 'Month'
420
- elif sort == '<sortednumeric: "dayOfYear"> selector=MIN type=INT' :
420
+ elif sort == '<int: "dayOfYearNumericDV">' or sort . startswith ( '< sortednumeric: "dayOfYear"> selector=MIN type=INT') :
421
421
task .sort = 'DayOfYear'
422
422
elif sort == '<string_val: "titleBDV">' :
423
423
task .sort = 'TitleBinary'
You can’t perform that action at this time.
0 commit comments