Sphincter version 1.1.0 has been released!

Eric Hodel | Tue, 14 Aug 2007 03:10:51 GMT

Posted in ,

Sphincter uses Dmytro Shteflyuk’s sphinx Ruby API and automatic configuration to make totally rad ActiveRecord searching. Well, you still have to tell Sphincter what models you want to search. It doesn’t read your mind.

When updating to 1.1.0, run: rake sphincter:setup_sphinx

Changes in 1.1.0:

  • 2 major enhancements:
    • Fields across relationships may be included via add_index.
    • Sphincter now automatically configures Dmytro Shteflyuk’s sphinx API. Run `rake sphincter:setup_sphinx` and check in vendor/plugins/sphinx.
  • 1 bug fix:
    • `rake sphincter:index` task didn’t correctly run reindex. Bug submitted by Lee O’Mara.

http://seattlerb.org/Sphincter

2 comments

Comments RSS FEED

It’s seems to be a great plugin, now I use acts_as_solr (not so good) and I really need this function => find_id_by_solr. It is possible with Sphincter to have only ids in return? If it’s possible I switch directly :-)

thx!

Thibaud Guillaume-Gentil said about 2 hours later

It is possible. Look at Sphincter::Search#search. If you want it soon, please write a patch and submit it to the tracker. If you want it later, just submit a bug.

Tracker is here: http://rubyforge.org/tracker/?func=add&group_id=1513&atid=5921

Eric Hodel said about 6 hours later

Comments are disabled