How Can We Help?
Lucene Searching With Web ServiceLucene Searching With Web Service
What
You have the ability to do lucene searches through the web service using the q parameter.
How
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
More information
KB-259 Examples of Lucene Searches
KB-220 Searching in specific index fields - Lucene Query Syntax
Note: Some of this information is for internal use only and might not be accessible.
Updated at July 27, 2024