Jens Kraemer wrote:
> On Sun, Sep 02, 2007 at 12:03:59PM +0200, Igor K. wrote:
>>   ENV['LC_TIME'] = 'C'
>>   require 'acts_as_ferret'
>> 2) next i using scaffold added few posts(my model, that i index this
>> way:
>>     acts_as_ferret :fields => [ :name, :post ]
>> 

> Does this apply for searching via a web form, or in unit tests? Maybe
> non-ascii characters in your queries get garbled before ferret even gets
> to see them?

No, i use UTF8 in database, controllers, environment.rb
When i do search like Post.find(:all, :conditions => ['name like ?', 
'SOME-UTF8-TEXT']) it founds.

Have anybody looked at my test project in attachment?
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to