Last active
November 19, 2024 03:57
-
-
Save avernet/4f433149a672f3bb561760ce7e4c0aac to your computer and use it in GitHub Desktop.
Orbeon Forms curl command calling the search API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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