Opened 17 years ago
Closed 17 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 by , 17 years ago
Type: | defect → enhancement |
---|
comment:2 by , 17 years ago
Milestone: | BASE 2.x+ → BASE 2.5 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 17 years ago
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