Sean Osh wrote: > Benjamin Krause wrote: >> Hey... >> >> just checked back with david about that sorting issue.. The problem >> on my index was, that you cannot sort by fields that you've indexed. >> you need to store the fields untokenized if you want to sort be them. >> maybe that'll fix your problem as well? >> >> Ben > > Yeah that did it! Thanks for all the help!
Hi, I have a field named 'title'. If I tokenize this field then I'm able to search it by keywords but not able to sort it. However if I untokenize so that sorting works, then the search fails. Its a dilemma but I'm sure there must be some solution to this problem, right? It can't be that for any particular field I have to choose between whether I want to search it or sort by it. Thanks. Jen -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

