Search Tips | Search Tips |
This reference file explains the search syntax for Allergen Bureau's website search.
|
|||||||||||||
| Restrict Type | Query Syntax | Example |
| to a given location on your site | allinurl; allintitle; inurl; intitle | allinurl:Allergen Bureau help see Advanced Operators for details |
| to specific domains | site: | site:Allergen Bureau.com.au see Advanced Operators for details |
| to specific file types like Excel spreadsheets, PDFf docs, etc. | filetype: | filetype:pdf |
Directory Restricting
To restrict the directories searched, enter a URL that drills down through the directory structure to the directories or files to be searched. For example, the query [Allergen Bureau.com.au/manual/] restricts the search to everything at the manual level. If the trailing slash is not included, as in [Allergen Bureau.com.au/manual], then all subdirectories are also searched.
Advanced Operators
Allergen Bureau's website search supports several advanced operators, which are query words with special functions. A list of the advanced operators with explanation are provided belowinfo:
The query [info:] returns all information available for that particular URL. For instance, [info:www.Allergen Bureau.com.au] shows information about the Allergen Bureau homepage. Note there can be no space between the info: and the web page URL.site:
If you include [site:] in your query, the results are restricted to those websites in the given domain. For instance, [help site:www.Allergen Bureau.com.au] finds pages about help within www.Allergen Bureau.com.au. [help site:com] finds pages about help within .com URLs.Note: There can be no space between the "site:" and the domain.
link:
The query [link:] enables you to restrict your search to all pages that link to the query page. To do this, use the [link:sampledomain.com] syntax in the search box. (No other query terms can be specified when using this special query term.)For example, to find all links to Stanford's main page, enter:
allintitle:
If you start a query with [allintitle:], the results are restricted to documents with all of the query words in the document's HTML title. For example, [allintitle: Allergen Bureau search] only returns documents that have both "Allergen Bureau" and "search" in the HTML title.intitle:
If you include [intitle:] in your query, the search is restricted to results with documents containing that word in the HTML title. For example, [intitle:Allergen Bureau search] returns documents that mention the word "Allergen Bureau" in their HTML title, and mention the word "search" anywhere in the document either in the title or anywhere else in the document.Note: There can be no space between the "intitle:" and the following word.
Putting [intitle:] in front of every word in your query is equivalent to putting [allintitle:] at the front of your query. For example, [intitle:Allergen Bureau intitle:search] is the same as [allintitle: Allergen Bureau search].
allinurl:
If you start a query with [allinurl:], the search is restricted to results with all of the query words in the URL. For example, [allinurl: Allergen Bureau search] returns only documents that have both "Allergen Bureau" and "search" in the URL.Note: [allinurl:] works on words, not URL components. In particular, it ignores punctuation. Thus, [allinurl: foo/bar] restricts the results to page with the words "foo" and "bar" in the URL, but doesn't require that they be separated by a slash within that URL, that they be adjacent, or that they be in that particular word order. There is currently no way to enforce these constraints.
inurl:
If you include [inurl:] in your query, the results are restricted to documents containing that word in the URL. For example, [inurl:Allergen Bureau search] returns documents that mention the word "Allergen Bureau" in their URL and mention the word "search" anywhere in the document either in the URL or anywhere else in the document.Note: There can be no space between the "inurl:" and the following word.
Note: [inurl:] works on words, not URL components. In particular, it ignores punctuation. Thus, in the query [Allergen Bureau inurl:foo/bar], the inurl: operator affects only the word "foo," which is the single word following the inurl: operator, and does not affect the word "bar." The query [Allergen Bureau inurl:foo inurl:bar] can be used to require both "foo" and "bar" to be in the URL.
Putting [inurl:] in front of every word in your query is equivalent to putting [allinurl:] at the front of your query. For example, [inurl:Allergen Bureau inurl:search] is the same as [allinurl: Allergen Bureau search].