> The problem is that the Query parser will tokenize the query string. > So Category is getting downcased to category. So you have two options. > You can downcase all entries you want to make searchable in the > untokenized field. Or, if you want to make case meaningful, you need > to create an Analyzer that won't downcase the "type" field.
ah.. i see.. thanks a lot :-) Ben -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

