Opened 13 years ago
Closed 13 years ago
#762 closed enhancement (fixed)
CSW / date and relation queryable does not exist
Reported by: | fxp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
dc:date, dc:relation are used as a queryable by CSW 2.0.2 testsuite.
"All elements contained in the csw:Record element shall be available as queryables" 0GC 07-006r1.
Add the one required for the testsuite:
<parameter name="Date" field="createDate" type="AdditionalQueryables" /> <parameter name="Relation" field="relation" type="AdditionalQueryables" />
to improve testsuite results.
Note:
See TracTickets
for help on using tickets.