<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,6 +53,16 @@ describe SolrQuery do
         .should == &quot;&quot;
     end
     
+    it &quot;should ignore the keyword field if given as nil&quot; do
+      @it.build(:keyword =&gt; nil, :something =&gt; &quot;else&quot;) \
+        .should == &quot;something:(else)&quot;
+    end
+    
+    it &quot;should ignore the keyword field if given as empty&quot; do
+      @it.build(:keyword =&gt; &quot;   &quot;, :something =&gt; &quot;else&quot;) \
+        .should == &quot;something:(else)&quot;
+    end
+    
     it &quot;should let us define a string with an OR statement in&quot; do
       @it.build(:keyword =&gt; &quot;fire OR theft&quot;, :something =&gt; &quot;else&quot;) \
         .should == &quot;(fire OR theft) AND something:(else)&quot;</diff>
      <filename>spec/solr_query_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b518d7375aa5846e41ebb38ecbb459707d4bf5d7</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Rudy Jacobs</name>
    <email>MatthewRudyJacobs@gmail.com</email>
  </author>
  <url>http://github.com/matthewrudy/solr_query/commit/92e20a6416ee196c60a1fe9e97408240ff8d42fa</url>
  <id>92e20a6416ee196c60a1fe9e97408240ff8d42fa</id>
  <committed-date>2008-11-17T06:49:33-08:00</committed-date>
  <authored-date>2008-11-17T06:49:33-08:00</authored-date>
  <message>A spec to ensure our keyword.blank? code works</message>
  <tree>549c7bf9608ff54885a8b3f352a0f5cf46f1ee97</tree>
  <committer>
    <name>Matthew Rudy Jacobs</name>
    <email>MatthewRudyJacobs@gmail.com</email>
  </committer>
</commit>
