diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-05-06 19:36:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-06 19:36:44 +0200 |
commit | 6da59ff046d7a81483345d0e16333a69eb96ccc6 (patch) | |
tree | 2180d41d7042d9b6189e61c772d20dfed2e3e317 /plugins/frontend-search/README.md | |
parent | d4a3e0645bef49bfd1808aa263ecf916f79f9040 (diff) | |
parent | 63b8d652f251f2b7e22ee80dbeaba8ecf6b9b535 (diff) | |
download | zsh-6da59ff046d7a81483345d0e16333a69eb96ccc6.tar.gz zsh-6da59ff046d7a81483345d0e16333a69eb96ccc6.tar.bz2 zsh-6da59ff046d7a81483345d0e16333a69eb96ccc6.zip |
frontend-search: add Angular 2 context (#7830)
* Add search URL for angular 2
* Convert + to %20 encoding
Diffstat (limited to 'plugins/frontend-search/README.md')
-rw-r--r-- | plugins/frontend-search/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/frontend-search/README.md b/plugins/frontend-search/README.md index f06e79102..24f82b262 100644 --- a/plugins/frontend-search/README.md +++ b/plugins/frontend-search/README.md @@ -32,7 +32,8 @@ Available search contexts are: | context | URL | |---------------|--------------------------------------------------------------------------| -| angularjs | `https://google.com/search?as_sitesearch=angularjs.org&as_q=` | +| angular(>=2.0)| `https://angular.io/?search=` | +| angularjs(1.x)| `https://google.com/search?as_sitesearch=angularjs.org&as_q=` | aurajs | `http://aurajs.com/api/#stq=` | | bem | `https://google.com/search?as_sitesearch=bem.info&as_q=` | | bootsnipp | `https://bootsnipp.com/search?q=` | |