Opened 16 years ago
Closed 16 years ago
#810 closed enhancement (fixed)
Implement query options for Include.ANNOTATED and Include.NOT_ANNOTATED
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.5 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The core already defines the two query options, Include.ANNOTATED
and Include.NOT_ANNOTATED
, but they are not implemented by the query system. Ie. it doesn't matter what options you specify, the result of the query is still the same. It should be rather simple to implement this in the same way as Include.REMOVED
and Include.NOT_REMOVED
are implemented.
Change History (3)
comment:1 Changed 16 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 16 years ago by
Milestone: | BASE 2.x+ → BASE 2.5 |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Status: | new → assigned |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3905]) Fixes #810: Implement query options for Include.ANNOTATED and Include.NOT_ANNOTATED