Index: archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp =================================================================== diff -u -N -r4101d4f6948ef0da96b1bd16cbba89cf92d996f2 -rb721c90feadd2674c88ef62e332ef2960125062e --- archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp (.../quickSearch.jsp) (revision 4101d4f6948ef0da96b1bd16cbba89cf92d996f2) +++ archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp (.../quickSearch.jsp) (revision b721c90feadd2674c88ef62e332ef2960125062e) @@ -18,10 +18,24 @@ --%> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +
- Enter your search terms. A variety of data will be searched for your keywords.
- To search for Java classes, packages or methods, use the keyword bytecode:
- before the term. For example:
- bytecode:MyClass
, or:
- bytecode:myMethod
-
+ * To search for Java classes, packages or methods, use the keyword bytecode:
+ before the term. For example: bytecode:MyClass , or bytecode:myMethod + |
+
+ * To perform a boolean NOT search, use the keyword NOT after your search
+ term, followed by the term you want to exclude. For example, to exclude artifacts with
+ a dependency on the artifact you are searching for from showing up in the search results:
+ myQueryTerm NOT dependency
+ |
+