Add search functionality to the form.
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.
Old search without fuse index. Not used anymore.
Search the class labels and display the result to 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.