<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+2009-11-04
+
+- Removed search types due to awesome support for search types on GitHub
+  directly http://github.com/search.
+
 2009-01-22
 
 - Added support for repository search.</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ OK, this should really be called the GitHub Search Bookmarklet, but that takes a
 
 == What is it?
 
-A handy little piece of JavaScript that you can save as a bookmark in your browser, and instantly search GitHub projects or users.
+A handy little piece of JavaScript that you can save as a bookmark in your browser, and instantly search GitHub.
 
 I built it to satisfy my need to search GitHub Quickly.
 
@@ -18,16 +18,6 @@ I built it to satisfy my need to search GitHub Quickly.
 When you click on the bookmarklet, it'll give you a text prompt. Type in your search term, and hit return. You'll be taken to the GitHub search page for your query.
 
 Hitting ESC or Cancel leaves your browser in it's previous state.
-
-=== Search Types.
-
-You can narrow your search down to users, repositories or code, with the following macros:
-
- u:kamal
- r:cache_money
- c:foo
- 
-Each of those will result in an appropriate search type.
  
 == Acknowledgements
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -5,20 +5,6 @@
 // Compile command: perl make_bookmarklet.pl github_bookmarklet.js
 
 var query = prompt(&quot;Search GitHub.com&quot;);
-
-var user_search_ary = /^u:(.*)/g.exec(query);
-var code_search_ary = /^c:(.*)/g.exec(query);
-var repo_search_ary = /^r:(.*)/g.exec(query);
-
-if (user_search_ary) {
-  window.location = &quot;http://github.com/search?type=Users&amp;q=&quot; + user_search_ary[1];
-}
-else if (code_search_ary) {
-  window.location = &quot;http://github.com/search?type=Code&amp;q=&quot; + code_search_ary[1];
-}
-else if (repo_search_ary) {
-  window.location = &quot;http://github.com/search?type=Repositories&amp;q=&quot; + repo_search_ary[1];
-}
-else if (query) {
+if (query) {
   window.location = &quot;http://github.com/search?q=&quot; + query;
 }</diff>
      <filename>github_bookmarklet.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>26d909b826e68ac0e51bda840c5967f308763207</id>
    </parent>
  </parents>
  <author>
    <name>Douglas F Shearer</name>
    <email>dougal.s@gmail.com</email>
  </author>
  <url>http://github.com/dougal/github-bookmarklet/commit/b55c32be277131ffe70ac404ca648dc294814da5</url>
  <id>b55c32be277131ffe70ac404ca648dc294814da5</id>
  <committed-date>2009-11-04T03:48:57-08:00</committed-date>
  <authored-date>2009-11-04T03:48:57-08:00</authored-date>
  <message>Removed search types due to awesome support for search types on GitHub directly http://github.com/search.</message>
  <tree>851bd7c579ce709420d96639c955190737018c37</tree>
  <committer>
    <name>Douglas F Shearer</name>
    <email>dougal.s@gmail.com</email>
  </committer>
</commit>
