Skip to content

Instantly share code, notes, and snippets.

@avernet
Last active November 19, 2024 03:57
Show Gist options
  • Save avernet/4f433149a672f3bb561760ce7e4c0aac to your computer and use it in GitHub Desktop.
Save avernet/4f433149a672f3bb561760ce7e4c0aac to your computer and use it in GitHub Desktop.
Orbeon Forms curl command calling the search API
curl \
-X POST \
-H "Content-Type: application/xml" \
-d '<?xml version="1.0" encoding="UTF-8"?>
<search>
<query path="details/title" summary-field="true"/>
<query path="details/author" summary-field="true"/>
</search>' \
'http://localhost:8080/orbeon/fr/service/persistence/search/orbeon/bookshelf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment