View Issue Details

IDProjectCategoryView StatusLast Update
0000294Comica 2Backend / Corepublic2019-01-24 15:23
ReporterBootBlock Assigned ToBootBlock  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.00 
Target Version2.00 
Summary0000294: Comic Search returns out-of-order results
Description

When Advanced.UseParallelisation is True, the results of performing a Comic Search do not return in ascending order (the index property can be somewhat random due to threading).

While this cannot be fixed at a fundamental level, it can be masked by setting the indices after the comparisons are performed and the results are displayed as that is done single-threaded.

Steps To Reproduce
  1. Ensure Advanced.UseParallelisation is True.
  2. Enter a query within the Comic Search pane.
  3. Some of the items within the search results should come back out-of-order (as confirmed by the Index column).
TagsNo tags attached.

Activities

BootBlock

2019-01-24 15:22

administrator   ~0000039

While the indices have been fixed, the results are still out-of-order as they're not appearing alphabetically.

Issue History

Date Modified Username Field Change
2019-01-24 14:54 BootBlock New Issue
2019-01-24 14:54 BootBlock Assigned To => BootBlock
2019-01-24 14:55 BootBlock Steps to Reproduce Updated
2019-01-24 14:55 BootBlock Steps to Reproduce Updated
2019-01-24 14:55 BootBlock Description Updated
2019-01-24 14:55 BootBlock Steps to Reproduce Updated
2019-01-24 15:22 BootBlock Note Added: 0000039
2019-01-24 15:23 BootBlock Status new => closed
2019-01-24 15:23 BootBlock Resolution open => fixed