<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>grails-app/controllers/SearchController.groovy</filename>
    </added>
    <added>
      <filename>test/integration/SearchControllerTests.groovy</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -134,6 +134,9 @@ class UrlMappings {
 
         &quot;/mailbox/messages/archive&quot;(controller: 'mailbox', action: 'archiveMessage') //POST
 
+		//********* SEARCH ******************************************************/
+		&quot;/search&quot;(controller: 'search', action = 'searchForMembersAndProjects') //GET
+
         //********* EXCEPTIONS ******************************************************/
         //Uncomment for production
         &quot;500&quot;(controller:&quot;errors&quot;, action:&quot;serverError&quot;)</diff>
      <filename>grails-app/conf/UrlMappings.groovy</filename>
    </modified>
    <modified>
      <diff>@@ -31,12 +31,12 @@
             &lt;/g:else&gt;
             &lt;/p&gt;
 
-			&lt;form id=&quot;search&quot; controller=&quot;search&quot; action=&quot;searchForMembersAndProjects&quot; method=&quot;get&quot;&gt;
+			&lt;g:form name=&quot;search&quot; controller=&quot;search&quot; action=&quot;searchForMembersAndProjects&quot; method=&quot;get&quot;&gt;
 	            &lt;div&gt;
-	                &lt;input type=&quot;text&quot; name=&quot;q&quot; value=&quot;&quot;/&gt;
-	                &lt;input class=&quot;btn&quot; type=&quot;image&quot; name=&quot;search&quot; alt=&quot;Search&quot; value=&quot;Search&quot; src=&quot;${createLinkTo(dir:'images',file:'search.gif')}&quot;/&gt;
+	                &lt;input type=&quot;text&quot; name=&quot;q&quot; value=&quot;&quot;/&gt;                
+					&lt;input class=&quot;btn&quot; type=&quot;submit&quot; style=&quot;{font-size:1.5em}&quot; value=&quot;Search&quot; /&gt;
 	            &lt;/div&gt;
-	        &lt;/form&gt;
+	        &lt;/g:form&gt;
 
             &lt;ul id=&quot;nav-main&quot;&gt;
                 &lt;li class=&quot;first&quot;&gt;&lt;g:link controller=&quot;homeRouter&quot;&gt;&lt;g:message code=&quot;header.nav.home&quot; /&gt;&lt;/g:link&gt;&lt;/li&gt;</diff>
      <filename>grails-app/views/layouts/grailscrowd.gsp</filename>
    </modified>
    <modified>
      <diff>@@ -20,12 +20,12 @@
             &lt;h3&gt;Already registered? Then &lt;g:link class=&quot;inline-link&quot; controller=&quot;authentication&quot;&gt;&lt;g:message code=&quot;header.auth.signin&quot; /&gt;&lt;/g:link&gt;&lt;/h3&gt;
         &lt;/div&gt;
 
-		&lt;form id=&quot;search&quot; controller=&quot;search&quot; action=&quot;searchForMembersAndProjects&quot; method=&quot;get&quot;&gt;
+		&lt;g:form name=&quot;search&quot; controller=&quot;search&quot; action=&quot;searchForMembersAndProjects&quot; method=&quot;get&quot;&gt;
             &lt;div&gt;
-                &lt;input type=&quot;text&quot; name=&quot;q&quot; value=&quot;&quot;/&gt;
-                &lt;input class=&quot;btn&quot; type=&quot;image&quot; name=&quot;search&quot; alt=&quot;Search&quot; value=&quot;Search&quot; src=&quot;${createLinkTo(dir:'images',file:'search.gif')}&quot;/&gt;
+                &lt;input type=&quot;text&quot; name=&quot;q&quot; value=&quot;&quot;/&gt;                
+				&lt;input class=&quot;btn&quot; type=&quot;submit&quot; style=&quot;{font-size:1.5em}&quot; value=&quot;Search&quot; /&gt;
             &lt;/div&gt;
-        &lt;/form&gt;
+        &lt;/g:form&gt;
 
         &lt;ul id=&quot;nav-main&quot;&gt;
             &lt;li class=&quot;first&quot;&gt;&lt;g:link controller=&quot;member&quot; action=&quot;findByName&quot;&gt;${grailscrowd.core.Member.count()} registered member(s)&lt;/g:link&gt;&lt;/li&gt;</diff>
      <filename>grails-app/views/public/home.gsp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5871787742a336a0bb60f1f8df6b8fa3cff93099</id>
    </parent>
  </parents>
  <author>
    <name>Dmitriy Kopylenko</name>
    <email>dima767@gmail.com</email>
  </author>
  <url>http://github.com/dima767/grails-crowd/commit/d672b5edf324e4e28e5f6cff64c3461d1ae4ab7f</url>
  <id>d672b5edf324e4e28e5f6cff64c3461d1ae4ab7f</id>
  <committed-date>2008-09-24T08:22:07-07:00</committed-date>
  <authored-date>2008-09-24T08:22:07-07:00</authored-date>
  <message>Search feature WIP...</message>
  <tree>333b6d9fe10e2e48f547cf8b57b195a72be4af8f</tree>
  <committer>
    <name>Dmitriy Kopylenko</name>
    <email>dima767@gmail.com</email>
  </committer>
</commit>
