On Installing this extension you can use some new operators on querying Timepoints:
· timePoint.id:< {Timepoint_ID} lists all timepoints which are earlier than specified TP
· timePoint.id:> {Timepoint_ID} lists all timepoints which are later than specified TP
· timePoint.id:<= {Timepoint_ID} lists all timepoints which are earlier or equal than specified TP
· timePoint.id:<= {Timepoint_ID} lists all timepoints which are later or equal than specified TP
Also brackets and logical combinations can be used.
This can become handy, if you want to see all WI implemented on a specific point of time. Usually this means you need to query for all Timepoints up to this specific one. Which does not look good and is a hell of a lot of typing. Now you just can say:
timepoint.id:<={TP_ID}
And all timepoints will be automatically included in the query.