Google AJAX Search
Copyright © by Steve Ryan <stever@syntithenai.com>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: Google AJAX Search
- 1.1. Extension Key: googleajaxsearch
- 1.2. Language: en
- 1.3. Keywords: search,google,ajax
- 1.4. Copyright 2000-2009, Steve Ryan, <stever@syntithenai.com>
- 1.5. Read online
- 1.6. This document is published under the Open Content License
- 1.7. available from http://www.opencontent.org/opl.shtml
- 1.8. Read online
- 1.9. The content of this document is related to TYPO3
- 1.10. - a GNU/GPL CMS/Framework available from www.typo3.org
- 1.11. Introduction
- 1.12. Installation
- Read online
- 1. Install the extension using the extension manager
- 2. Include the static template Google API Search in a relevant template record.
- Read online
- 3. Obtain a google AJAX API key from http://code.google.com/apis/ajaxsearch/signup.html
- 4. Use the constant editor to set constants as required for your site. In particular it is a good idea to set the API key here so that it is shared across all content elements although this can be done in the flexform of the content element itself.
- Read online
- 5. Insert a content element of type plugin/Google Search
- Read online
- Advanced
- 1.13. Configuration
- Read online
- plugin.tx_googleajaxsearch {
- # API Key
- apiKey =
- # Sites To Search (space seperated domains)
- siteRestriction =
- # Additional Sites To Search (space seperated domains) - TS Config Only
- additionalSiteRestriction =
- # Title Word Restrictions (space seperated keywords)
- titleWordRestriction =
- # Additional Title Word Restrictions (space seperated keywords, quote phrases) - TS Config Only
- additionalTitleWordRestriction =
- # URL Restrictions (space seperated keywords)
- urlRestriction =
- # Additional URL Restrictions (space seperated keywords) - TS Config Only
- additionalUrlRestriction =
- # Default Search Text (space seperated keywords)
- defaultSearch =
- # Link Target
- linkTarget = internal
- # Results DOM Id
- resultsDOMId =
- }
- Read online
- 1.14. Related Extensions
- 1.15. Known problems
- 1.16. To-Do list
- 1.17. ChangeLog
This document is related to version 1.0.0 of the extension googleajaxsearch.