summaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/apt
diff options
context:
space:
mode:
authorJevica Arianne B. Zurbano <jzurbano@apache.org>2010-05-04 02:32:41 +0000
committerJevica Arianne B. Zurbano <jzurbano@apache.org>2010-05-04 02:32:41 +0000
commitaad0ae13cf9a17c2ea749ba9feed3cf535f78549 (patch)
treece5102b446e66affb6c2f7614146ce815eaa03cb /archiva-docs/src/site/apt
parent47847c95c1833810b88a00b88b7ff7a5e018f40f (diff)
downloadarchiva-aad0ae13cf9a17c2ea749ba9feed3cf535f78549.tar.gz
archiva-aad0ae13cf9a17c2ea749ba9feed3cf535f78549.zip
[MRM-1125] - default search should be AND not OR for multiple keywords
* rephrase the Quick Search behavior git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@940713 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt')
-rw-r--r--archiva-docs/src/site/apt/userguide/searching.apt8
1 files changed, 4 insertions, 4 deletions
diff --git a/archiva-docs/src/site/apt/userguide/searching.apt b/archiva-docs/src/site/apt/userguide/searching.apt
index 15993b9e4..175a9e108 100644
--- a/archiva-docs/src/site/apt/userguide/searching.apt
+++ b/archiva-docs/src/site/apt/userguide/searching.apt
@@ -76,10 +76,10 @@ Searching
For example you typed in 'ant', the search result would contain the list of artifacts that use or
reference 'ant'.
- For query strings that are separated by whitespaces, Archiva searches for the exact query string.
- So if you typed in 'commons logging', the search result would contain the list of artifacts that use or
- reference 'commons logging' and not artifacts that only contain both 'commons' and 'logging'
- such as 'commons-logging'.
+ For query strings containing whitespaces, Archiva searches for the query string including the whitespaces.
+ So if you typed in 'commons logging', the search result would contain the list of artifacts that
+ reference 'commons logging' which is still separated by whitespace.
+ In this case, 'commons-logging' (hyphen separated) is not included in the search results.
Archiva can also search the index for java classes, packages, and methods and return a list of artifacts containing the
query string. In the previous versions, we need to append the keyword 'bytecode:' before the query string in the search box