<!--
/**
 * Copyright (c) Codice Foundation
 *
 * This is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either
 * version 3 of the License, or any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License is distributed along with this program and can be found at
 * <http://www.gnu.org/licenses/lgpl.html>.
 *
 **/
 -->

<features name="search-ui-app-2.30.1"
          xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">

    <feature name="simple-search-ui" version="2.30.1">
        <bundle start-level="30">mvn:org.ops4j.pax.web/pax-web-jsp/8.0.34</bundle>
        <bundle>mvn:org.jsoup/jsoup/1.18.3</bundle>
        <bundle>mvn:ddf.ui.search/simple/2.30.1</bundle>
    </feature>

    <feature name="search-redirect" version="2.30.1"
             description="Configuration to redirect /search to another endpoint">
        <feature>common-system</feature>
        <bundle>mvn:ddf.ui.search/search-redirect/2.30.1</bundle>
    </feature>

    <feature name="search-ui-app" version="2.30.1"
             description="The Search UI is an application that not only provides results in a html format but also provides a convenient, simple querying user interface.\nThe left pane of the Search UI contains basic fields to query the Catalog and other Sources. The right pane consists of a map.\nIt includes both the Catalog UI (3d globe) and Simple Search UI (text page) versions.">
        <feature>catalog-app</feature>
        <feature>simple-search-ui</feature>
        <feature>search-redirect</feature>
    </feature>

</features>
