ztm.opensearch offers a simple implementation of the opensearch format for a topic map. ztm.opensearch defines the following three views for ITopicMap: /@@opensearchdescription.xml This view returns the OpenSearch description document. /@@opensearch This is the search itself. /@@opensearchbrowserregistration.html This is a convenience-view that makes it easy to add the search to the list of search-engines in web-browsers. TODO: * add (functional?) tests to make sure that the views work as expected * Add relevance scores to the -elements, as described here: http://www.opensearch.org/Specifications/OpenSearch/Extensions/Relevance/1.0 * add filtering on topictypes (and add support for hiding internal topictype by default)