|
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? |
|
|
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)? |
|
|
You are right that '>' and '>=' differentiate both cases. Assigning to Ludek to include Bookmark field in the query for '>'. |
|