<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f9bd78f760ce244ea99055aeb902f5629c8c2434</id>
      </parent>
      <parent>
        <id>3b5bc27a06e548947b82caf9a87e090d9fafbc1b</id>
      </parent>
    </parents>
    <author>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/7d78b461496141913469f37615061af96ea463f2</url>
    <id>7d78b461496141913469f37615061af96ea463f2</id>
    <committed-date>2008-08-30T00:39:13-07:00</committed-date>
    <authored-date>2008-08-30T00:39:13-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/freelancing-god/thinking-sphinx</message>
    <tree>62c08bf4dfb7662aa0394c7b06fbc4a86c99bc4c</tree>
    <committer>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bda9739604ec43b0f3c662fce1e82669b13f269a</id>
      </parent>
    </parents>
    <author>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/f9bd78f760ce244ea99055aeb902f5629c8c2434</url>
    <id>f9bd78f760ce244ea99055aeb902f5629c8c2434</id>
    <committed-date>2008-08-30T00:33:25-07:00</committed-date>
    <authored-date>2008-08-30T00:33:25-07:00</authored-date>
    <message>Sort strings by the first 8 chars over multiple models.

Currently sorting over multiple models doesn't work.
For each model the number indicating it's sort order is counted sperately.

model1:
obj11 =&gt; 1
obj12 =&gt; 2

model2:
obj21 =&gt; 1
obj22 =&gt; 2

The resulting list for both models is
obj11 =&gt; 1
obj21 =&gt; 1
obj12 =&gt; 2
obj22 =&gt; 2
even if obj21 would be sorted after obj12

When using the option :sortable on a field, two additional attributes are generated with sufixes _num and _num2.
Those are integers calculated with the first 4 and next 4 chars of the field.
Using those two attributes works for multiple models if the first 8 chars are enough for sorting.</message>
    <tree>cacc1589be483624af139215eb2331365a9ffe74</tree>
    <committer>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8cedf90e65e9a93462b5aa11a38ae861a1340016</id>
      </parent>
    </parents>
    <author>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/bda9739604ec43b0f3c662fce1e82669b13f269a</url>
    <id>bda9739604ec43b0f3c662fce1e82669b13f269a</id>
    <committed-date>2008-08-30T00:32:31-07:00</committed-date>
    <authored-date>2008-08-30T00:32:31-07:00</authored-date>
    <message>Added function to retrieve group-counts for grouped searches.

To get a list of groups and their sizes, use search_groups and set the 3
group-options accordingly.
The group_clause needs to be @count!

e.g.

:group_function=&gt;:attr
:group_clause=&gt;'@count DESC'
:group_by=&gt;'city_id'

The result is an array of tuples: [ [ID1, count1], [ID2, count2], ... ]</message>
    <tree>604173fb5a2520f0507c3c4765643ec8c434c555</tree>
    <committer>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d3186f0ac5a90c22116ebc7b70446377dbc5f55</id>
      </parent>
    </parents>
    <author>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/8cedf90e65e9a93462b5aa11a38ae861a1340016</url>
    <id>8cedf90e65e9a93462b5aa11a38ae861a1340016</id>
    <committed-date>2008-08-30T00:30:13-07:00</committed-date>
    <authored-date>2008-08-30T00:30:13-07:00</authored-date>
    <message>Only toggle delta-attribute, if updates and deltas are enabled.</message>
    <tree>39e02657ce6bcb827c242f7125f559fbd404b5ae</tree>
    <committer>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6565befbb8d028ad31779034dbec1a715047c7d2</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/3b5bc27a06e548947b82caf9a87e090d9fafbc1b</url>
    <id>3b5bc27a06e548947b82caf9a87e090d9fafbc1b</id>
    <committed-date>2008-08-29T03:11:57-07:00</committed-date>
    <authored-date>2008-08-29T03:11:57-07:00</authored-date>
    <message>Reverting load_models call to Configuration.build due to inconsistencies across peoples' systems</message>
    <tree>50f08da6b05d1833a7d6b69b022c47f771269b9a</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d3186f0ac5a90c22116ebc7b70446377dbc5f55</id>
      </parent>
    </parents>
    <author>
      <name>DrMark</name>
      <email>drmark@gmail.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/6565befbb8d028ad31779034dbec1a715047c7d2</url>
    <id>6565befbb8d028ad31779034dbec1a715047c7d2</id>
    <committed-date>2008-08-28T07:38:47-07:00</committed-date>
    <authored-date>2008-08-21T01:06:00-07:00</authored-date>
    <message>updating the database find so that it doesn't run if the result set is empty.</message>
    <tree>4260a769ac6933db28c6334c7820acf52abadb92</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d6ee24de02f00d56ae55a1de32000ab69f2d48e</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/3d3186f0ac5a90c22116ebc7b70446377dbc5f55</url>
    <id>3d3186f0ac5a90c22116ebc7b70446377dbc5f55</id>
    <committed-date>2008-08-28T04:15:34-07:00</committed-date>
    <authored-date>2008-08-28T04:15:34-07:00</authored-date>
    <message>Fixing STI - seriously. it works now. well, except for with Postgres...</message>
    <tree>23514fd1e8cb8dcdb57562b02ba09679fa1b2556</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d5c5b56a4236f363a3991ea00d5d2bcc47547f40</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/6d6ee24de02f00d56ae55a1de32000ab69f2d48e</url>
    <id>6d6ee24de02f00d56ae55a1de32000ab69f2d48e</id>
    <committed-date>2008-08-28T04:04:34-07:00</committed-date>
    <authored-date>2008-08-28T04:04:34-07:00</authored-date>
    <message>Removing unneccessary id calculations from sql queries in config</message>
    <tree>32aa62e43558f214b7f34ec122dbbcff6275d952</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5488445db396aa60b80e4a872b6dcf8373666a0b</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/d5c5b56a4236f363a3991ea00d5d2bcc47547f40</url>
    <id>d5c5b56a4236f363a3991ea00d5d2bcc47547f40</id>
    <committed-date>2008-08-27T05:19:13-07:00</committed-date>
    <authored-date>2008-08-27T05:19:13-07:00</authored-date>
    <message>STI searching fix - switching subclass_crcs from single int to multi-value array</message>
    <tree>b4b7212ae3fc60caeb361076b311a55401152079</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b3eed53849efe551764ea98be5678529ea8b921</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/5488445db396aa60b80e4a872b6dcf8373666a0b</url>
    <id>5488445db396aa60b80e4a872b6dcf8373666a0b</id>
    <committed-date>2008-08-27T04:35:56-07:00</committed-date>
    <authored-date>2008-08-27T04:35:56-07:00</authored-date>
    <message>Removing infinite loop from load_models, and extra load_models call</message>
    <tree>849a5950f1e4d2a554a4f35adfb478e4799e753f</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b04a61ee0a818bfc1adb43cc07864cbaee64cb1</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/8b3eed53849efe551764ea98be5678529ea8b921</url>
    <id>8b3eed53849efe551764ea98be5678529ea8b921</id>
    <committed-date>2008-08-26T10:59:47-07:00</committed-date>
    <authored-date>2008-08-26T10:59:47-07:00</authored-date>
    <message>Adding Shay to contributors list</message>
    <tree>547f9855994f6e6d0071646d67f0fbd25aeb900d</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8750a9c1d8644b237ade8aa9ea840df8ee70fd9d</id>
      </parent>
    </parents>
    <author>
      <name>shayarnett</name>
      <email>shayarnett@gmail.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/8b04a61ee0a818bfc1adb43cc07864cbaee64cb1</url>
    <id>8b04a61ee0a818bfc1adb43cc07864cbaee64cb1</id>
    <committed-date>2008-08-26T10:54:36-07:00</committed-date>
    <authored-date>2008-08-26T10:33:50-07:00</authored-date>
    <message>Merb no longer has the merb_env rake task, changed to use newer merb_init.</message>
    <tree>472b837c0b34bfa65f980274bff655d18ef3c54b</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa429a58f247ae3f0a8bc22452e6720d0302f873</id>
      </parent>
    </parents>
    <author>
      <name>Wolf</name>
      <email>wolf@wolferix.de</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/8750a9c1d8644b237ade8aa9ea840df8ee70fd9d</url>
    <id>8750a9c1d8644b237ade8aa9ea840df8ee70fd9d</id>
    <committed-date>2008-08-26T10:30:59-07:00</committed-date>
    <authored-date>2008-08-23T16:11:02-07:00</authored-date>
    <message>Prevent empty entries for infix_fields or prefix_fields if both min_prefix_len and min_infix_len &gt; 0.

If :infixes = true for any column *and* :prefixes is not set,
an empty prefix_fields-entry is generated ( prefix_fields = _ ) and vise
versa.

Otherwise sphinx assumes every column not included in infix_fields
should use prefixes *and* infixes and therefor complains.

e.g.

define_index do
  indexes :name, :infixes=&gt;true
  indexes description
end

results in

prefix_fields = _
infix_fields = name</message>
    <tree>ff322880b9e3adba09a3c183e67b584e8cb5ee29</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>06aec568d7d991dc64b6806958546b483140d872</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/fa429a58f247ae3f0a8bc22452e6720d0302f873</url>
    <id>fa429a58f247ae3f0a8bc22452e6720d0302f873</id>
    <committed-date>2008-08-26T08:24:32-07:00</committed-date>
    <authored-date>2008-08-26T08:24:32-07:00</authored-date>
    <message>Adding David Eisinger to contributors list</message>
    <tree>88e3cba1e61ccd402665bfb6e5b87a4ad96f1ea1</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17bde0379a90392e78fb7b5b400a64e9ef6ba47f</id>
      </parent>
    </parents>
    <author>
      <name>David Eisinger</name>
      <email>david.eisinger@viget.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/06aec568d7d991dc64b6806958546b483140d872</url>
    <id>06aec568d7d991dc64b6806958546b483140d872</id>
    <committed-date>2008-08-26T08:19:56-07:00</committed-date>
    <authored-date>2008-08-25T14:15:38-07:00</authored-date>
    <message>Now passing offset to Index#to_sql_query_range</message>
    <tree>9b39f8ce193ec96c3ad94d08ae8233f224a45d59</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>147f7ae0841291b499a94667eacd74ec91aee5f4</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/17bde0379a90392e78fb7b5b400a64e9ef6ba47f</url>
    <id>17bde0379a90392e78fb7b5b400a64e9ef6ba47f</id>
    <committed-date>2008-08-22T07:08:19-07:00</committed-date>
    <authored-date>2008-08-22T07:08:19-07:00</authored-date>
    <message>Fixing filtering by time ranges when using :conditions instead of :with</message>
    <tree>7f2571fd3af91202369ab1dd15639d9e0b122b0c</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>722bc5053f151929504976609b2ee6f6904402ea</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/147f7ae0841291b499a94667eacd74ec91aee5f4</url>
    <id>147f7ae0841291b499a94667eacd74ec91aee5f4</id>
    <committed-date>2008-08-22T06:55:36-07:00</committed-date>
    <authored-date>2008-08-22T06:55:36-07:00</authored-date>
    <message>Fixing sql-strings as fields</message>
    <tree>6e86fbe154a57544e88da065c60ed5f5daf81977</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e5115d13d10ec5a349c92cdf90a45c73c3513e3c</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/722bc5053f151929504976609b2ee6f6904402ea</url>
    <id>722bc5053f151929504976609b2ee6f6904402ea</id>
    <committed-date>2008-08-22T06:46:14-07:00</committed-date>
    <authored-date>2008-08-22T06:46:14-07:00</authored-date>
    <message>Adding 'user' as a backup for 'username' in db config</message>
    <tree>86dabd9d502bc16ac320dbb66ffd9219ec749231</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a51c1750a2ac4e0be7072e45369621fc8cdc4a66</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/e5115d13d10ec5a349c92cdf90a45c73c3513e3c</url>
    <id>e5115d13d10ec5a349c92cdf90a45c73c3513e3c</id>
    <committed-date>2008-08-22T05:39:49-07:00</committed-date>
    <authored-date>2008-08-22T05:39:49-07:00</authored-date>
    <message>Adding Ryan to contributors list</message>
    <tree>5dab28518fb3442a70df5e7fde0ca32b9b0c1ac0</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64929b87cad17c7692e570a5bbd10c3bbac9d51c</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Bates</name>
      <email>ryan@railscasts.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/a51c1750a2ac4e0be7072e45369621fc8cdc4a66</url>
    <id>a51c1750a2ac4e0be7072e45369621fc8cdc4a66</id>
    <committed-date>2008-08-22T05:38:22-07:00</committed-date>
    <authored-date>2008-08-19T12:54:09-07:00</authored-date>
    <message>escaping '#' characters in password in conf file</message>
    <tree>6adcd1a328795e5ef44084e41e462426c3535789</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b6b87ccc9bbf1da07b8e8b04cc1c526e51640010</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/64929b87cad17c7692e570a5bbd10c3bbac9d51c</url>
    <id>64929b87cad17c7692e570a5bbd10c3bbac9d51c</id>
    <committed-date>2008-08-22T05:36:54-07:00</committed-date>
    <authored-date>2008-08-22T05:36:54-07:00</authored-date>
    <message>Updating gemspec</message>
    <tree>a389cfca03a95d0a2eabd331e04ce7e6c9ee993e</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38b6ce7f16270b8f0490bc2a65aeac9894a38d16</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Bates</name>
      <email>ryan@railscasts.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/b6b87ccc9bbf1da07b8e8b04cc1c526e51640010</url>
    <id>b6b87ccc9bbf1da07b8e8b04cc1c526e51640010</id>
    <committed-date>2008-08-22T05:35:44-07:00</committed-date>
    <authored-date>2008-08-18T22:11:09-07:00</authored-date>
    <message>renaming gem to use dash instead of underscore (or: switching to generated gemspec)</message>
    <tree>e2c87b9bba705fdc458703c6f100a781a63d9758</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a1987ca24e2f3f6feb5bc679825a2cc37109723b</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Bates</name>
      <email>ryan@railscasts.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/38b6ce7f16270b8f0490bc2a65aeac9894a38d16</url>
    <id>38b6ce7f16270b8f0490bc2a65aeac9894a38d16</id>
    <committed-date>2008-08-22T05:33:39-07:00</committed-date>
    <authored-date>2008-08-18T19:23:39-07:00</authored-date>
    <message>adding rake task to generate gemspec file</message>
    <tree>0267ae8cc8083987ae0568b26fe710ef8b7d83e1</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ecad6de2c084944e871bd2156d5b415504039674</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/a1987ca24e2f3f6feb5bc679825a2cc37109723b</url>
    <id>a1987ca24e2f3f6feb5bc679825a2cc37109723b</id>
    <committed-date>2008-08-22T05:30:19-07:00</committed-date>
    <authored-date>2008-08-22T05:30:19-07:00</authored-date>
    <message>Pushing version up</message>
    <tree>76cc013ec7124f70d6b902d32553b18e7bc354a5</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a12dbd55ed9046faf6369a3d0aa452b75a31b5b6</id>
      </parent>
      <parent>
        <id>6a8c950d08f7cef3ac8ccfb812e6c9c8825296e9</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/ecad6de2c084944e871bd2156d5b415504039674</url>
    <id>ecad6de2c084944e871bd2156d5b415504039674</id>
    <committed-date>2008-08-22T05:28:23-07:00</committed-date>
    <authored-date>2008-08-22T05:28:23-07:00</authored-date>
    <message>Merge branch 'new_paginate'

Conflicts:

	README
	README.textile
	lib/thinking_sphinx/configuration.rb
	spec/unit/thinking_sphinx/search_spec.rb</message>
    <tree>3a5e88ba41224320effe39b8d0cb8fcd6b5bf7a9</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8b07b4493cfc3d4159cd06787025c14d2fed9bc</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/6a8c950d08f7cef3ac8ccfb812e6c9c8825296e9</url>
    <id>6a8c950d08f7cef3ac8ccfb812e6c9c8825296e9</id>
    <committed-date>2008-08-22T05:17:47-07:00</committed-date>
    <authored-date>2008-08-22T05:17:47-07:00</authored-date>
    <message>Fixing pagination</message>
    <tree>ec75f1441f3866d3370f8b730669c8ba3b78d9ae</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a9d8619f8d132a2dc9abdf871835c9660ca399c</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/e8b07b4493cfc3d4159cd06787025c14d2fed9bc</url>
    <id>e8b07b4493cfc3d4159cd06787025c14d2fed9bc</id>
    <committed-date>2008-08-22T04:12:32-07:00</committed-date>
    <authored-date>2008-08-22T04:12:32-07:00</authored-date>
    <message>Fixing specs, multi-model searching</message>
    <tree>122e1176c192afeed05eaa1a599a7abca4817a9d</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e617617b28592d0636f6405fd357831c3bf73880</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/a12dbd55ed9046faf6369a3d0aa452b75a31b5b6</url>
    <id>a12dbd55ed9046faf6369a3d0aa452b75a31b5b6</id>
    <committed-date>2008-08-18T10:34:05-07:00</committed-date>
    <authored-date>2008-08-18T10:34:05-07:00</authored-date>
    <message>Socket fix for database config (thanks to Killian Murphy)</message>
    <tree>3d146708bcbbcd4125aab1110457e67d09a446e4</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>692c06d02dfa8dbeac606bdd9ea372041f8e701b</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/2a9d8619f8d132a2dc9abdf871835c9660ca399c</url>
    <id>2a9d8619f8d132a2dc9abdf871835c9660ca399c</id>
    <committed-date>2008-08-18T10:29:48-07:00</committed-date>
    <authored-date>2008-08-18T10:29:48-07:00</authored-date>
    <message>Fixing specs for search/multi-model fixes</message>
    <tree>1724fe5e9b9b75ce219ee8ef7c7e1b0c6d62cd8a</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4b6479b563fd39eabf22d20b8e1eedcfcc1a7ecb</id>
      </parent>
    </parents>
    <author>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </author>
    <url>http://github.com/wolpos/thinking-sphinx/commit/692c06d02dfa8dbeac606bdd9ea372041f8e701b</url>
    <id>692c06d02dfa8dbeac606bdd9ea372041f8e701b</id>
    <committed-date>2008-08-18T10:03:54-07:00</committed-date>
    <authored-date>2008-08-18T10:03:54-07:00</authored-date>
    <message>Range fix</message>
    <tree>b8ef5babb2cf5226bbc35bdd551a91f97f592930</tree>
    <committer>
      <name>Pat Allan</name>
      <email>pat@freelancing-gods.com</email>
    </committer>
  </commit>
</commits>
