Hi, Thks for your reply.
Le 28 août 06, à 23:52, Jens Kraemer a écrit : > the current trunk of aaf is supposed to be 0.10.x compatible, feel free > to try it out. Ah, I'll try. > But for now you'd have to create your own Searcher to use the > highlighting, because aaf doesn't give you access to a Searcher > instance > to use. But this might be an interesting feature. If I wanted to use the parsed query words, is there a way to get them through aaf ? I currently use a hack: @query = params[:query].chars.gsub(/[^\w\s]/, ' ').strip.downcase (chars comes from unicode_hacks) If I don't filter chars like '&', it makes my server down :/ (memory error in mongrel). Jean-Christophe Michel -- Symétrie, édition de musique et services multimédia 30 rue Jean-Baptiste Say 69001 LYON (FRANCE) tél +33 (0)478 29 52 14 fax +33 (0)478 30 01 11 web www.symetrie.com _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

