Given a field (uri or label) to search, and deprecated=True/False, return a limited amount of (id/label) pairs so that the frontend can show the most relevant results in the search sidepane.
To-do
[x] Simple string search for uri or label to serve (id, label)
[x] Search for either field using url parameters, filtering by deprecated if parameter given
Description
Given a field (uri or label) to search, and deprecated=True/False, return a limited amount of (id/label) pairs so that the frontend can show the most relevant results in the search sidepane.
To-do