<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -77,23 +77,6 @@ require('core') ;
 SC.Query = SC.Object.extend({
 
  
-  /**
-    Create a query like this:
-    q = SC.Query.create({queryString: &quot;foo = 'bar' AND baz = 2&quot;})
-    test it with
-    q.contains({foo: 'bar', baz: 2})
-    
-    You can use wild cards like this: &quot;foo = %@ AND baz = %@&quot;,
-    test it with
-    q.contains({foo: 'bar', baz: 2},['bar',2])
-
-    Write &quot;name MATCHES %@&quot; and use a regexp as wild card value like this
-    q.contains({name: 'Jane'},[/^Ja/])
-    
-    Pass a string specifying the order of the results (e.g. &quot;foo, baz DESC&quot;),
-    if no order is given, the results will be ordered by their guid.
-    (order not working yet)
-  */
   queryString: null,
   orderBy:     null,
   recordType:  null,</diff>
      <filename>frameworks/datastore/system/query.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>deea96aa82430b1d1801f72d3529ccca4e21856f</id>
    </parent>
  </parents>
  <author>
    <name>&#8220;thomaslang&#8221;</name>
    <email>thomaslangemann@googlemail.com</email>
  </author>
  <url>http://github.com/sproutit/sproutcore/commit/91b933ec11243ec53a1672a51b211605a2a8299d</url>
  <id>91b933ec11243ec53a1672a51b211605a2a8299d</id>
  <committed-date>2009-04-30T15:23:41-07:00</committed-date>
  <authored-date>2009-04-30T13:43:26-07:00</authored-date>
  <message>removed old examples from query.js</message>
  <tree>844336582dc6860607a91f95681f3e85dce5a234</tree>
  <committer>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </committer>
</commit>
