a form with a search field named "query"
Searches the SPARQL endpoint for classes with the given label. Case and space insensitive when not using bif:contains. Can be used by node.js.
the search query as given by the user
A promise with an array of class URIs.
Search the class labels and display the result to the user.
the search query as given by the user
false to prevent page reload triggered by submit.
The user query.
An array of OWL class URIs
whether the search results are nonempty.
Add search functionality to the form.