Hide
When you search on age (daymarks) in list,jsp, the query creates searches for the first daymark equal or newer than the current day.
When you search on age (daymarks) in bridge, the query creates searches for the first daymark equal or older than the current day.
The result is that if (for some reason) a daymark was not created for today, querying in the editwizards on 'today' would give unexpected results (as in that case a daymark id of 9999 is used, which is unpredictable).
Querying in bridge would instead use the daymark of yesterday, which provides a better (if yet inaccurate) result.
For consistency and to pervent unpredictable results on queries, the editwizards query should work the same as the bridge.
Show
When you search on age (daymarks) in list,jsp, the query creates searches for the first daymark equal or newer than the current day.
When you search on age (daymarks) in bridge, the query creates searches for the first daymark equal or older than the current day.
The result is that if (for some reason) a daymark was not created for today, querying in the editwizards on 'today' would give unexpected results (as in that case a daymark id of 9999 is used, which is unpredictable).
Querying in bridge would instead use the daymark of yesterday, which provides a better (if yet inaccurate) result.
For consistency and to pervent unpredictable results on queries, the editwizards query should work the same as the bridge.