Actions
Bug #6488
closedComply with DataONE MN.query() REST endpoint specifications.
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Updated by ben leinfelder over 10 years ago
- Assignee set to ben leinfelder
The DataONE MN API docs indicate that the {query} parameter should be delimited with a "?". The Metacat MN implementation does not require or expect this. It should.
http://mule1.dataone.org/ArchitectureDocs-current/apis/MN_APIs.html#MNQuery.query
query (string) – The remainder of the URL is passed verbatim to the respective search engine implementation. Hence it may contain additional path elements and query elements as determined by the functionality of the search engine. The caller is reponsible for providing a ‘?’ to indicate the start of the query string portion of the URL, as well as proper URL escaping. Transmitted as part of the URL path and must be escaped accordingly.
Updated by ben leinfelder over 10 years ago
- Status changed from New to Feedback
Committed to Metacat trunk for testing. Should support query URLs with and without leading "?" now.
Updated by ben leinfelder over 10 years ago
- Status changed from Feedback to Closed
been using this in Metacat/MetacatUI for a while now...closing.
Actions