evolvedbinary / fusion-studio-api

Server Side API for Fusion Studio
GNU Affero General Public License v3.0
5 stars 3 forks source link

Query with adaptive serialization just returns source query #9

Closed adamretter closed 4 years ago

adamretter commented 5 years ago
curl -v -X POST -H "Content-Type: application/json" \
    --data '{"query": "<date>{current-dateTime()}</date>", "defaultSerialization": { "method": "adaptive" }}' \
    http://admin:@localhost:8080/exist/restxq/pebble/query

Also does NOT work for "method": "json"