%@ page contentType="text/html; charset=UTF-8"
errorPage="./errors/internal-error.jsp"
import="si.noviforum.jsp2.FormParameterNames,si.noviforum.jsp2.search.SearchHandler,si.noviforum.jsp2.search.SearchResult,si.noviforum.TxtIndex5.Index.*"
%><%--
$Id: custom.jsp,v 1.3 2004/08/28 12:54:35 alesp Exp $
Search page: queries the SearchBean for results required by CustomSearchForm.
$Author: alesp $
$Date: 2004/08/28 12:54:35 $
$Revision: 1.3 $
$State: Exp $
Based on search.jsp by Primoz Hrvatin.
Adjusted and tweaked by David Vevar.
Further tweaked by Grega Bremec.
--%><%@
include file="include/InitJspService.jsp"
%><%@
include file="include/InitSearchBean.jsp"
%><%@
include file="include/InitFrontendProperties.jsp"
%>
| Malformed search terms. |
You entered no search query! Please enter one or more search terms. |
| Hits <%= firstHit %>-<%= (rlSize > hitsDisplayed) ? hitsDisplayed : rlSize %>
of <%= noHits %> ordered by |
<%@ include file="include/NavDistinct.jsp" %> |
|
| <%@ include file="include/PageLinks.jsp" %> |
| No hits. |
|
You could try relaxing your search by leaving out some extremely uncommon words, letting
go of difficult |
| [back] |
| Too many hits. |
|
Please try tightening your search by being as specific as you can. You could, on the other hand, try our ">advanced search which enables you to take advantage of the full power of this index. |
| [back] |
| Data obsolete. |
|
Information for this request had become obsoleted. |
| [back] |
| Malformed search terms. |
|
Your search terms are invalid (malformed). Please use our ">advanced search form if you are not sure about which special forms of syntax to use. |
| [back] |
| Searching unavailable. |
|
Sorry, the search engine is currently unavailable. It might be that the entire index collection is undergoing some maintenance, in which case you should probably retry at some later instance. |
| [back] |
| <%= (idIsDead ? "Searching unavailable." : "Obsolete or invalid catalog.") %> |
|
<%
if (idIsDead) {
%> Sorry, the search engine is currently unavailable. It might be that the entire index collection is undergoing some maintenance, in which case you should probably retry at some later instance. <% } else { %>Sorry, the catalog (index) you were trying to search in is currently unavailable. It might be that one or more of the indexes are undergoing some maintenance, in which case you should probably retry at some later instance. <% } %> |
| [back] |