public
Description: Sphinx plugin for Rails and Merb
Homepage: http://ts.freelancing-gods.com
Clone URL: git://github.com/freelancing-god/thinking-sphinx.git
Click here to lend your support to: thinking-sphinx and make a donation at www.pledgie.com !

Comments for freelancing-god's thinking-sphinx   feed

freelancing-god commented on freelancing-god/thinking-sphinx Fri Aug 28 02:40:17 -0700 2009
Comment in 10b0af0:

that'll teach me to rush patches and not even run specs.

yob commented on freelancing-god/thinking-sphinx Fri Aug 28 02:37:59 -0700 2009
Comment in 10b0af0:

isn't the => there a syntax error?

freelancing-god commented on freelancing-god/thinking-sphinx Mon Aug 24 01:35:50 -0700 2009
Comment in 82bf681:

GitHub's having issues, perhaps? I did get an email saying the gem was rebuilt.

yob commented on freelancing-god/thinking-sphinx Mon Aug 24 00:15:48 -0700 2009
Comment in 82bf681:

the 1.2.8 gem build seems to have failed, I can only see 1.2.7 on the github gem server.

bterlson commented on freelancing-god/thinking-sphinx Sun Aug 23 10:48:39 -0700 2009
Comment in f2d938b:

Excellent :)

freelancing-god commented on freelancing-god/thinking-sphinx Thu Jul 30 13:45:14 -0700 2009
Comment in 1b0c1ed:

Thanks for pointing that out - wish I'd looked at GitHub before dealing with support on the mailing list today :)

grantr commented on freelancing-god/thinking-sphinx Thu Jul 30 09:13:42 -0700 2009
Comment in 1b0c1ed:

Hi murre, you may want to check out this issue: http://github.com/freelancing-god/thinking-sphinx/issues#issue/18

murre commented on freelancing-god/thinking-sphinx Wed Jul 29 17:40:16 -0700 2009
Comment in 1b0c1ed:

Hi Pat,

freelancing-god commented on freelancing-god/thinking-sphinx Wed Jun 03 04:19:14 -0700 2009
Comment in 1155927:

Yeah, I need to fix this so it gets ignored for rake calls. Will be looking into it today.

azisaka commented on freelancing-god/thinking-sphinx Tue Jun 02 21:13:28 -0700 2009
Comment in 1155927:

After you add this line, the config file generator didn't work anymore in production. After comment this line, everything works again. Are you sure about this line?

dpickett commented on freelancing-god/thinking-sphinx Wed May 06 15:06:37 -0700 2009
Comment in e526fda:

this is pretty awesome - thanks Max!

kristopher commented on freelancing-god/thinking-sphinx Fri Apr 03 18:44:17 -0700 2009
Comment in 3c180b0:

agreed, it would be better for riddle to translate those boolean values to the values that sphinx wants in its config file.

freelancing-god commented on freelancing-god/thinking-sphinx Fri Apr 03 18:22:00 -0700 2009
Comment in 3c180b0:

Ideally, you should be able to set it to true, and Riddle will translate it to 1 under the hood – which is what I thought I had happening, but I must be wrong.

kristopher commented on freelancing-god/thinking-sphinx Fri Apr 03 18:07:48 -0700 2009
Comment in 3c180b0:
Ya it should be 1, “true” will cause the indexer to throw and error.
newtonapple commented on freelancing-god/thinking-sphinx Fri Apr 03 16:19:38 -0700 2009
Comment on lib/thinking_sphinx/configuration.rb L247 in 3c180b0:

This should be self.index_options[:enable_star] = 1?

rob-at-thewebfellas commented on freelancing-god/thinking-sphinx Mon Mar 09 11:19:15 -0700 2009
Comment in 901de7c:

Having given it a bit more thought, this might be a nicer solution: http://pastie.org/411907

yickster commented on freelancing-god/thinking-sphinx Fri Mar 06 09:35:57 -0800 2009
Comment in a62a2c4:

Hi, is there any preliminary documentation on facet search syntax?

freelancing-god commented on freelancing-god/thinking-sphinx Tue Oct 28 06:01:09 -0700 2008
Comment in b03c7f9:

There’s an example database.yml file in spec/fixtures – the difference is Thinking Sphinx expects settings separated by environments, but the spec/sphinx helper just expects the db settings.

henrik commented on freelancing-god/thinking-sphinx Tue Oct 28 03:52:17 -0700 2008
Comment in b03c7f9:

Pat, could you explain this? I couldn’t get the tests running without the change you’re reverting. The README only says to create a spec/fixtures/database.yml. Where is the spec/fixtures/sphinx/database.yml file meant to come from? And how is it different from spec/fixtures/database.yml?

masterkain commented on freelancing-god/thinking-sphinx Thu Aug 28 19:41:37 -0700 2008
Comment in 5488445:

accidentally opened a new thread over google groups prior to reading this.