Difference between revisions of "Template:Quick Search"

[unchecked revision][checked revision]
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Quick Search ==
 
== Quick Search ==
With quick search you can browse all emails located in the archives you have access to. This feature is especially suitable for simple queries; alternatively, the extended search can be used.
+
With quick search you can browse all emails located in the archives you have access to. This feature is especially suitable for simple queries; alternatively, the advanced search can be used.
  
 
=== Using Quick Search ===
 
=== Using Quick Search ===
The input field is located in the {{{2|upper left}}} part of MailStore {{{1|Client}}}. Simply enter one or more keywords and press ''ENTER''. The search results are displayed. Keywords which appear in the header or the subject line are highlighted.
+
The input field is located in the {{{2|upper left}}} part of the MailStore {{{1|Client}}}. Simply enter one or more keywords and press ''ENTER''. The search results are displayed. Keywords which appear in the header or the subject line are highlighted.
  
 
=== Searching for Word Fragments ===
 
=== Searching for Word Fragments ===
To display all emails containing a word beginning with a particular fragment, use the wildcard character (*). For example:
+
To display all emails containing a word with a particular fragment, use the wildcard character (*). For example:
  
 
  auto*
 
  auto*
  
will return ''auto'', ''automatic'', ''automobile'' etc.   
+
will return ''auto'', ''automatic'', ''automobile'' etc.
 +
 
 +
  *example.com
 +
 
 +
will return all email addresses and domains of ''example.com''.
 +
 
 +
firstname.lastname*
 +
 
 +
will return all email addresses of ''firstname.lastname''.
  
 
=== Searching for Words with unknown letters ===
 
=== Searching for Words with unknown letters ===
 
To view all emails containing a word where you do not know how to spell it correctly, you can use the question mark (?). For example
 
To view all emails containing a word where you do not know how to spell it correctly, you can use the question mark (?). For example
  
  "Andr?"
+
  Me?er
 +
 
 +
would locate Meier and Meyer, but not Maier.
  
would locate ''Andre'' and ''André''.
+
The question mark (?) cannot be used at the beginning of a word or at the end of a word, use the wildcard character (*) instead.
  
 
=== Searching for Phrases ===
 
=== Searching for Phrases ===
 
 
To search for words appearing consecutively and in a specific order, use quotation marks (""). For example:
 
To search for words appearing consecutively and in a specific order, use quotation marks (""). For example:
  
Line 36: Line 45:
 
  bcc:[email protected]  only in ''Bcc''
 
  bcc:[email protected]  only in ''Bcc''
 
  bcontent:billing              only in Body of message
 
  bcontent:billing              only in Body of message
  acontent:billing              only in Attachemnts of message
+
  acontent:billing              only in Attachments of message
 
 
  
 
=== Excluding Words ===
 
=== Excluding Words ===
Line 56: Line 64:
  
 
  from:ZDNET bcontent:MailStore
 
  from:ZDNET bcontent:MailStore
return all emails from ZDNET which have ''MailStore somewhere in their message body.
+
returns all emails from ZDNET which have ''MailStore'' somewhere in their message body.
  
 
  from:[email protected] acontent:bill
 
  from:[email protected] acontent:bill
return all emails from ''[email protected]'' which have ''bill'' in any attachment.
+
returns all emails from ''[email protected]'' which have ''bill'' in any attachment.
  
 
  to:[email protected] -sales
 
  to:[email protected] -sales
return all emails to ''[email protected]'' which do not have sales in any part the email.
+
returns all emails to ''[email protected]'' which do not have sales in any part of the email.
  
 
  from:[email protected] to:[email protected] acontent:bill -subject:admonition
 
  from:[email protected] to:[email protected] acontent:bill -subject:admonition
return all message from ''[email protected]'' to ''[email protected]'' which have ''bill'' in any attachment but do not have ''admonition'' in the subject.
+
returns all message from ''[email protected]'' to ''[email protected]'' which have ''bill'' in any attachment but do not have ''admonition'' in the subject.
  
 
=== About Special Characters ===
 
=== About Special Characters ===
 
{{Search - About Special Characters}}
 
{{Search - About Special Characters}}
 
 
<noinclude>
 
<noinclude>
 
[[de:Vorlage:Schnellsuche]]
 
[[de:Vorlage:Schnellsuche]]
 
[[en:Template:Quick Search]]
 
[[en:Template:Quick Search]]
 
</noinclude>
 
</noinclude>

Latest revision as of 12:31, 22 June 2020

Quick Search

With quick search you can browse all emails located in the archives you have access to. This feature is especially suitable for simple queries; alternatively, the advanced search can be used.

Using Quick Search

The input field is located in the upper left part of the MailStore Client. Simply enter one or more keywords and press ENTER. The search results are displayed. Keywords which appear in the header or the subject line are highlighted.

Searching for Word Fragments

To display all emails containing a word with a particular fragment, use the wildcard character (*). For example:

auto*

will return auto, automatic, automobile etc.

*example.com

will return all email addresses and domains of example.com.

firstname.lastname*

will return all email addresses of firstname.lastname.

Searching for Words with unknown letters

To view all emails containing a word where you do not know how to spell it correctly, you can use the question mark (?). For example

Me?er

would locate Meier and Meyer, but not Maier.

The question mark (?) cannot be used at the beginning of a word or at the end of a word, use the wildcard character (*) instead.

Searching for Phrases

To search for words appearing consecutively and in a specific order, use quotation marks (""). For example:

"Microsoft Windows"

will return the text Microsoft Windows but not Microsoft Works or Windows 95.

Narrowing by Fields

A search for keywords or phrases can be limited to specific fields. For example:

subject:News                  only in Subject
from:[email protected]       only in From
to:[email protected]      only in To
cc:[email protected]         only in Cc
bcc:[email protected]   only in Bcc
bcontent:billing              only in Body of message
acontent:billing              only in Attachments of message

Excluding Words

To narrow a search, you may want to specify words which must not be present in the emails. To exclude words from the search results, prepend the word with the minus character (-). For example:

ZDNet -download-tip

returns all emails from ZDNet which do not contain download-tip.

Combining Search Options

Any of the search options described above can be combined. For example:

ZDNET -"Daily Update"

returns all emails from ZDNet which do not contain the consecutive words Daily Update.

from:ZDNET bcontent:MailStore

returns all emails from ZDNET which have MailStore somewhere in their message body.

from:[email protected] acontent:bill

returns all emails from [email protected] which have bill in any attachment.

to:[email protected] -sales

returns all emails to [email protected] which do not have sales in any part of the email.

from:[email protected] to:[email protected] acontent:bill -subject:admonition

returns all message from [email protected] to [email protected] which have bill in any attachment but do not have admonition in the subject.

About Special Characters

Words inside indexed emails or attachments which are a combination of alphanumeric (letters, digits) and non-alphanumeric characters (white space, line break, delimiter or other control characters), may be returned in search results when searching for the alphanumerical part only.

For instance, when searching for firstname, firstname.lastname and lastname, e-mails containing the word firstname.lastname will be returned.

Commonly occurring characters are:

  • Period (.)
  • Comma (,)
  • Semicolon (;)
  • Hyphen (-)
  • Underscore (_)
  • AT-Sign (@)
  • Slash & Backslash (/,\)
  • Null character (NUL)