%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %>
<% pub.servlets.article.FullTextSearchI results = (pub.servlets.article.FullTextSearchI) request.getAttribute("results"); %>
This is an experimental search interface. Please enter a set of terms below separated by whitespace. I'll try doing a full text search on all articles in the database and return a list of results sorted by relevance.
Queries are formed using a variation of Alta-Vista style syntax; separated terms can be separated by uppercased AND and OR constraints. There is a complete Query definition page here. i.e: ("ri lines" AND ABRC) OR (agamous AND "inbred lines").
I found <%= results.size() %> results.
<% if (stop_words.size() > 0) { %>
I had to filter out the following stop words from the query: [
<%= pub.utils.StringUtils.join(", ", stop_words) %>
]
<% } %>
(Jump to page