On Oct 7, 1:25 pm, katz <
bridgeuto...@gmail.com> wrote:
> If this will work with searchlogic or thinking sphinx for instance then
> it's very a good idea.
> Although it will not return the exact results. You can indicate some
> results as a suggestion. Pretty much like google when you search "Queenland"
> It will return "Did you mean: */Queensland/*
> <
http://www.google.com.ph/search?hl=en&ei=WiXMSrTvKIOOswP4kJCdAQ&sa=X&...>
> "
>
> I have no luck testing with script/console even with english gem
> installed by the way so I couldn't test your extension to ActiveRecord.
>
> Pretty cool stuff. Looking forward to developments of this plugin Erol.
> Great work...
Sorry about that. Sloppy field naming resulted in a conflict with AR.
Should be fixed now; you'll have to delete and regenerate the
phonetic_tag_migration though.
It should work along with Sphinx, although the plugin maintains
separate indexes (or tags) besides the ones the Sphinx daemon uses.
I've seen discussions on how to implement phonetic matching via
metaphone or double metaphone to Sphinx installations, but really
never got to try those myself.
The plugin is different to Sphinx in that it maintains indexes in real-
time (or at least that's the goal); indexes or tags for a record are
immediately built or rebuilt once it is created or updated, unlike in
Sphinx where you have to wait for, let's say, a cron-job to run.
Will be thinking how to approach the "suggestions" idea. I appreciate
it the input very much.