View Issue Details

IDProjectCategoryView StatusLast Update
0009075MMW v4Playlist / Searchpublic2012-02-03 15:53
Reporterlowlander Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version4.0.2 
Summary0009075: Played# uses integers in comparison even when bookmarking is enabled
DescriptionPlayed# > 0 will not return files with Played# 0.44
TagsNo tags attached.
Fixed in build

Activities

jiri

2012-02-03 08:55

administrator   ~0030239

It seems to me to be correct, since most users would probably expect such behavior. On the other hand, we could possibly add a new field for Bookmark in search queries?

rusty

2012-02-03 15:47

administrator   ~0030251

The default query for 'Played #' is: Played # >= 1 which would return the results expected in most cases.

So shouldn't Played # > 0 return results that really match that criteria (i.e. not based on an integer value)?

jiri

2012-02-03 15:53

administrator   ~0030253

You are right that '>' and '>=' differentiate both cases. Assigning to Ludek to include Bookmark field in the query for '>'.