Zimbra Web Client Search Tips: Difference between revisions

Line 1: Line 1:
== Query language description ==
== Query language description ==


This advanced topic describes in detail the search grammar used for Zimbra's Search feature. Some type of query is always applied to produce the view that you see in the Zimbra interface. You can set your General Options to ''''''Always show search string'''''' to see the current query in the Search toolbar. For example, when this option is set, clicking your Inbox folder executes the query ''''''in:inbox''''''.
This advanced topic describes in detail the search grammar used for Zimbra's Search feature. Some type of query is always applied to produce the view that you see in the Zimbra interface.  
 
'''TIP''':  You can set your General Options to ''''''Always show search string'''''' to see the current query in the Search toolbar. For example, when this option is set, clicking your Inbox folder executes the query ''''''in:inbox''''''.


The query language uses a keyword with a colon followed by the criteria as allowed by that keyword. In the above example, the keyword is "in:" and the criterion is "inbox".
The query language uses a keyword with a colon followed by the criteria as allowed by that keyword. In the above example, the keyword is "in:" and the criterion is "inbox".


You can prefix any keyword with the word "not" to specify items that do not have that criterion, for example "not in:inbox".
You can prefix any keyword with the word "not" to specify items that do not have that criterion, for example "not in:inbox".
Search is case insensitive, meaning that "in:inbox" is the same as "in:Inbox".
Search is case insensitive, meaning that "in:inbox" is the same as "in:Inbox".


Line 20: Line 21:
* Searching for messages that contain both X and Y is called an ''''AND'''' search, because the message must meet all the specified criteria in order to be considered a match. For Advanced server panes with check boxes, opening multiple instances of the same pane and making different check box selections in each one causes the criteria to be specified as an ''''AND'''' search.
* Searching for messages that contain both X and Y is called an ''''AND'''' search, because the message must meet all the specified criteria in order to be considered a match. For Advanced server panes with check boxes, opening multiple instances of the same pane and making different check box selections in each one causes the criteria to be specified as an ''''AND'''' search.


* Only "OR" appears in a query. If you selected as an option to show the search query in the Search bar as you make selections in the Advanced search, the Search text box updates to show the resulting query. With the ''''AND'''' type of search, the word ''''AND'''' does not appear.
Only "OR" appears in a query. If you selected as an option to show the search query in the Search bar as you make selections in the Advanced search, the Search text box updates to show the resulting query. With the ''''AND'''' type of search, the word ''''AND'''' does not appear.


Using parenthesis with AND and OR. Words within parentheses are consider as a unit. For example: from: (john thomas) searches for from:john AND from:thomas. If you use or in the parenthesis, from:(john or smith), the search is for results from:john OR from:thomas.
'''Tip''': Using parenthesis with AND and OR. Words within parentheses are consider as a unit. For example: from: (john thomas) searches for from:john AND from:thomas. If you use or in the parenthesis, from:(john or smith), the search is for results from:john OR from:thomas.


=== Using '''*''' as a wildcard in Search ===
=== Using '''*''' as a wildcard in Search ===

Revision as of 00:24, 1 May 2007

Query language description

This advanced topic describes in detail the search grammar used for Zimbra's Search feature. Some type of query is always applied to produce the view that you see in the Zimbra interface.

TIP: You can set your General Options to 'Always show search string' to see the current query in the Search toolbar. For example, when this option is set, clicking your Inbox folder executes the query 'in:inbox'.

The query language uses a keyword with a colon followed by the criteria as allowed by that keyword. In the above example, the keyword is "in:" and the criterion is "inbox".

You can prefix any keyword with the word "not" to specify items that do not have that criterion, for example "not in:inbox". Search is case insensitive, meaning that "in:inbox" is the same as "in:Inbox".

Queries can be added together to make a single compound AND statement.

And vs. Or type searches

For searches using multiple criteria, you can either find items that match one of the specified criteria or all of them. You can perform both types of searches using the Advanced search.

For all search panes other than the Basic search, the rules are:

  • Searching for messages that match any of the specified criteria is called an 'OR' search, because if the message contains either X or Y, then it is considered a match. For Advanced search panes with multiple check boxes, making multiple selections within a single pane creates an 'OR 'search for those items.
  • Searching for messages that contain both X and Y is called an 'AND' search, because the message must meet all the specified criteria in order to be considered a match. For Advanced server panes with check boxes, opening multiple instances of the same pane and making different check box selections in each one causes the criteria to be specified as an 'AND' search.

Only "OR" appears in a query. If you selected as an option to show the search query in the Search bar as you make selections in the Advanced search, the Search text box updates to show the resulting query. With the 'AND' type of search, the word 'AND' does not appear.

Tip: Using parenthesis with AND and OR. Words within parentheses are consider as a unit. For example: from: (john thomas) searches for from:john AND from:thomas. If you use or in the parenthesis, from:(john or smith), the search is for results from:john OR from:thomas.

Using * as a wildcard in Search

The asterisk * can be used as a wildcard in a search to find content that contains words that have similar spellings.

Use the asterisk * as a wildcard after a prefix. That is search for do* returns items with the word dog, door, etc.

Keyword Descriptions and Examples

Note: The following characters cannot be part of your text-string to search the subject and content of emails. ~ ' ! @ # $ % ^ & * ( ) _- + ? / { }[ ] ; :

The exception is the colon (:) which can be used to search for a specific time of day if quotes are put around the time. For example type "9:30" to find a message that has the time of 9:30 in the body or subject.

content: Specifies text that the message must contain. For example, content:bananas finds all items containing the word "bananas".

from: Specifies a sender name or email address that is in the From header. This can be text, as in "John Smith III", an email address such as "joe@acme.com", or a domain such as "zimbra.com".

to: Same as from: except that it specifies one of the people to whom the email was addressed in the To: header.

cc: Same as from: except that it specifies a recipient in the Cc: header of the message.

subject: Specifies text that must appear in the subject header of the message. An example might be subject:"new vacation policy". Use quotes to search for exact match.

in: Specifies a folder. For example, in:sent would show all items in your 'Sent' folder.

has: Specifies an attribute that the message must have. The types of object you can specify are "attachment", "phone", or "url". For example, has:attachment would find all messages which contain one or more attachments of any type.

filename: Specifies an attachment file name. For example, filename:query.txt would find messages with a file attachment named "query.txt".

type: Specifies a search within attachments of a specified type. The types of attachment you can specify are "text", "word", "excel", and "pdf". For example, type:word "hello" finds messages with attachments that are Microsoft Word documents and searches within those attachments for the word "hello".

attachment: Specifies any item with a certain type of attachment. For example, attachment:word would find all messages with Word attachments.

is: Searches for messages with a certain status. Allowable values are "unread", "read", "flagged", "unflagged", "sent", "draft", "received", "replied", "unreplied", "forwarded", unforwarded", "anywhere", "remote" (in a shared folder), "local", "sent". For example, is: unread will find all unread messages.

date: Use this keyword to specify a date, in either mm/dd/yyyy or yyyy/dd/mm format. For example, date:2/1/20007 would find messages dated February 1, 2007. The greater than (>) or less than (<) symbols can be used instead of after or before.

after: Specifies mail sent after a certain date. For example, after:2/1/2007 specifies mail sent after February 1, 2007.

before: Same as after: except specifies mail sent before the specified date.

size: Specifies messages whose total size, including attachments, is a specified number of bytes, kilobytes, or megabytes For example, size:12 kb would find messages that are exactly 12K in size. The greater than (>) or less than (<) symbols can be used instead of bigger or smaller.

larger: Similar to size: except specifies greater than the specified size.

smaller: Similar to size: except specifies smaller than the specified size.

tag: Finds messages which have been tagged with a specified tag. For example, tag:amber will find message that have a tag called "amber" applied.

message: Constrains search to a particular DB message ID. Used by administrators. For example, message:123 would find the message that had an internal ID of 123.

Jump to: navigation, search