Opened 12 years ago

Closed 10 years ago

#152 closed enhancement (fixed)

XQuery interface

Reported by: Dimitar Misev Owned by: Alireza
Priority: major Milestone: 9.0.x
Component: secore Version: 8.3
Keywords: Cc: Peter Baumann
Complexity: Very Hard

Description (last modified by Dimitar Misev)

Should be /def/crs-query, not /def/index.jsp. This means that the page that allows to query the database directly should be moved to /def/crs-query

Also, this endpoint should accept an XQuery in a POST request with a query parameter, in a similar way as petascope accepts WCPS queries.

Change History (6)

comment:1 by Dimitar Misev, 12 years ago

Description: modified (diff)

comment:2 by Alireza, 12 years ago

Owner: changed from mrusu to Alireza
Status: newassigned

comment:3 by Peter Baumann, 11 years ago

Milestone: 9.0

comment:4 by Dimitar Misev, 11 years ago

Complexity: Very Hard

Alireza is this possible to implement or not? It's 12 months old now, please update on the status.

comment:5 by Alireza, 10 years ago

The interface is moved to /def/query and user can submit post query using a query parameter, for instance:

http://localhost:8080/def/query?xquery=declare namespace gml = "http://www.opengis.net/gml/3.2"; let $d := doc('gml') return $dgml:identifier[contains(text(), '/crs/EPSG/0/4326')]

comment:6 by Dimitar Misev, 10 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.