Google Search Appliance Protocol Reference User Manual
Page 49

Google Search Appliance: Search Protocol Reference
Request Format
49
6.
An inmeta search is unable to search by multiple keywords or perform phrase searches.
For example, consider the following meta tags:
<meta name="department" content="Human Resources">
<meta name="department" content="Finance">
The following query does not work correctly:
checks inmeta:department=Human+Resources+OR+checks inmeta:department=Finance
Instead, use multiple inmeta query terms, for example:
inmeta:department~Human OR inmeta:department~Finance
7.
Special characters in metadata names must be escaped for use in inmeta.
For example, to match metadata tag <meta name="s.pos" content="orange" /> , the following
query will not work:
inmeta:s.pos~orange
You must use the following query, in which the special character is escaped:
inmeta: s%2Epos~orange
8.
An inmeta search of meta text with special characters, such as “.” and using the operator “~” doesn’t
work, but using operator “=” with the full meta text does work.
9.
When using daterange or inmeta queries, spelling suggestions are not returned.
To view spelling suggestions, use the requiredfields parameter instead of inmeta.
10. When the search appliance indexes a Microsoft Office 2007 Word document, the following
metadata in meta tags becomes available for inmeta search queries:
<meta name="Author" content="Polly Hedra"></meta>
<meta name="Keywords" content="Resume"></meta>
<meta name="last saved by" content="Ray Polanco"></meta>
<meta name="revision number" content="1"></meta>
<meta name="last print date" content="5/27/2009 14:03:00"></meta>
<meta name="creation date" content="4/27/2009 13:15:00"></meta>
<meta name="Last Saved Date" content="4/27/2009 13:44:00"></meta>
<meta name="template" content="Taino Parrot Resume Template.dotx"></meta>
<meta name="edit minutes" content="23"></meta>
<meta name="page count" content="3"></meta>
<meta name="word count" content="220"></meta>
<meta name="character count" content="1512"></meta>
<meta name="source" content="Microsoft Office Word"></meta>
<meta name="security" content="0"></meta>
<meta name="Count Lines" content="12"></meta>
<meta name="Count Paragraphs" content="3"></meta>
<meta name="Scale Crop" content="no"></meta>
<meta name="company" content="Coqui Parrot Inc."></meta>
<meta name="links up to date" content="no"></meta>
<meta name="Count Characters with Space" content="1729"></meta>
<meta name="shared doc" content="no"></meta>
<meta name="Links Dirty" content="no"></meta>
<meta name="Application Version" content="12.0000"></meta>