How Can We Help?
Lucene Searching With Web ServiceLucene Searching With Web Service
You have the ability to do lucene searches through the web service using the q-parameter.
The q-parameter holds the lucene search query.
To perform a Lucene search through the web service, you will need to define what field you are searching for.
In the below example we are searching an exact name. In the q-parameter, your query should look like:
^name:"My university Name Here"
In your browser this will appear as:
https://devel.atira.dk/apac_im_test/ws/api/522/external-organisations?q=%5Ename%3A%22My%20university%20Name%20Here%22
Published at August 28, 2025