<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> <%@ page import="com.ecyrd.jspwiki.*" %> <%@ page import="java.util.Collection" %> <%-- FIXME: Get rid of the scriptlets. --%> <% String query = (String)pageContext.getAttribute( "query", PageContext.REQUEST_SCOPE ); if( query == null ) query = ""; %>

Find pages

Search results for '<%=query%>'

Found hits, here are the top 20.

Page Score
<%=searchref.getScore()%>
No results

Try this same search on Google!


Search.jsp" accept-charset="">

Enter your query here:

Use '+' to require a word, '-' to forbid a word. For example:

          +java -emacs jsp
      
finds pages that MUST include the word "java", and MAY NOT include the word "emacs". Also, pages that contain the word "jsp" are ranked before the pages that don't.

All searches are case insensitive. If a page contains both forbidden and required keywords, it is not shown.