Lab 4: Search
Learn how to perform search towards Open Content /search/ endpoint
A small tool for Open Content API test can be used for easier learning of Open Content search API. The UI can be accessed from the url http://localhost:8800
when Open Content docker-compose is started. T
The configuration in these exercises uses nested properties and assumes that you have the content from lab 1-3 uploaded.
To perform a simple search without any arguments :
Get only the uuid property for each hit
Get only Articles and the uuid
Get Articles and the concept names
Get Articles and only Weekend Concept
Last updated