search for: title_en

Displaying 3 results from an estimated 3 matches for "title_en".

2005 Nov 26
3
Several questions about Ferret.
...doc << Field.new(''id'', self.id.to_s, Field::Store::YES, Field::Index::UNTOKENIZED) doc << Field.new(''body_en'', self.body_en, Field::Store::YES, Field::Index::TOKENIZED, Field::TermVector::NO, false, 1.0) doc << Field.new(''title_en'', self.title_en, Field::Store::YES, Field::Index::TOKENIZED, Field::TermVector::NO, false, 3.0) -- anatol (http://pomozov.info) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20051126/ed338171/attac...
2007 Jun 06
4
globalize+acts_as_ferret
Hey all, I''m using acts_as_ferret and globalize. I stumbled upon that post on google: http://osdir.com/ml/lang.ruby.ferret.general/2007-01/msg00068.html does anybody know if it''s included in the latest a_a_f or if it''s planed to be? I can''t seem to find anything about it. thanx in advance Pat
2005 Oct 19
4
ER strikes back
Hi Railers, A long, long, time ago, i made a Framework/CMS in php. There were two core models: Content and Content_type. Content_type was only a list of content types (as expected): new, article, etc. Content_type was not mandatory, but it allowed later to "deactivate" types of contents, for example. So then Content stored the common attributes/properties between the different content