Here we will explain the method of searching for information on the Toyota Industries Corporation website.
|
| Restrict Type | Query Syntax | Example |
| To a given location on the website | allinurl:, allintitle:, inurl:, intitle: | allinurl:ir See “Advanced Operators” for details |
| To specific domains | site: | site : www.toyota-shokki.co.jp See “Advanced Operators” for details |
| To specific file types (Excel spread sheets, PDF, DOC, 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 [www.toyota-shokki.co.jp/ir/] restricts the search to everything at the “ir” level. If the trailing slash is not included, as in [www.toyota-shokki.co.jp/ir], then all subdirectories are also searched.
The search engine supports several advanced operators, which are query words with special functions. A list of the advanced operators, along with their explanations, is provided below.cache :
The search engine keeps the text of the many documents it crawls available in a backed-up format known as “cache.” A cached version of a web page can be retrieved if the original page is unavailable (for example, the page's server is down). The cached page appears exactly as it looked when the crawler last crawled it and includes a message (at the top of the page) to indicate that it's a cached version of the page.The query [cache:] shows the cached version of the web page. For instance, [cache:www.toyota-shokki.co.jp] shows the cached page of TICO's homepage.
Note: There can be no space between cache: and the web page URL in the query.
If you include other words in the query, those words will be highlighted within the cached document. For instance, [cache:www.toyota-shokki.co.jp press releases] shows the cached content with the words “press” and “releases” highlighted.
info:
The query [info:] returns all information available for that particular URL. For instance, [info:www.toyota-shokki.co.jp] shows information about the TICO 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.toyota-shokki.co.jp] finds pages about help within www.toyota-shokki.co.jp. Using [help site:com] finds pages about help within the .com domain pages.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: business report] only returns documents that have both "business" and "report" 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:business report] returns documents that mention the word “business” in their HTML title, and mention the word “report” 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:business intitle:report] is the same as [allintitle: business report].
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: business report] returns only documents that have both “business” and “report” in the URL.Note: [allinurl:] works on words, not URL components. In particular, it ignores punctuation. Thus, [allinurl: industrial/vehicles] restricts the results to pages with the words "industrial" and "vehicles" 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:business report] returns documents that mention the word “business” in their URL and mention the word “report” 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 [toyota inurl:industrial/vehicles], the inurl: operator affects only the word “industrial,” which is the single word following the inurl: operator, and does not affect the word “vehicles.” The query [toyota inurl:industrial inurl:vehicles] can be used to require both “industrial” and “vehicles” 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:business inurl:report] is the same as [allinurl: business report].