Search problems
In my last post I said that I was using acts_as_ferret. However I was finding it difficult to create an index for a certain section of the site. I think this was due to me having null fields some of the database fields. I could nt change this.
When I was having problems I turned to acts_as_searchable . As the post states the search plugin uses HyperEstraier which is an opensource search engine. It seems to be very good and above all (for me) the UTF support seems excellent. This is demenstroated by having a Japenese language search demo on their site.
I managed to get it to work :) I will post how in the next couple of days.
My first thoughs about HyperEstraier is that it has some very good features, but most of the features I am not going to use in the near future. Overall the set up is a bit more invloved then ferret, this is because you need to run a deamon.
More thoughts soon!
Hamza
acts_as_ferret error
ENV[’LANG’] = ‘en_GB.UTF-8′
ENV[’LC_TIME’] = ‘C’
All I have to do now is figure out how to use ferret :)
Hamza