Enable possibility to create deep-links /search-box for Leganto
We would like to be able to create a link to predefined searches for courses in Leganto. For example a link that gives you all of the courses from Spring 2022 that covers economy.
Leganto should support something like this:
https://[BASEURL]/leganto/rl/search/find/lists?academicDep=ALL&courseCode=&courseName=&courseStatus=ALL&description=economy&direction=asc,asc&instructors=&listName=&publicationStatus=PUBLISHED&sortOrder=code,rlnamesort&term=SPRING&year=2022
Leganto use this functionality internally and you could create a response that provides a JSON-response.
It should be added an url-syntax that instead of the JSON converts this to be presented as a regular search-result within Leganto.
This is an example of a JSON-URL
https://[BASEURL]/leganto/rl/search/find/lists?academicDep=ALL&courseCode=&courseName=&courseStatus=ALL&description=%C3%B8konomi&direction=asc,asc&instructors=&listName=&publicationStatus=PUBLISHED&sortOrder=code,rlnamesort&term=SPRING&year=2022
The functionality should support the same parameters/fields as in the JSON-url.