Well, maybe the change is not interesting for everybody, maybe some people want to do the search only in the title, subtitle and body fields. It would probably be best to include a property to COREBlog named 'Search also in extend' that would do what you say just in case this option is activated... Anyway, I'm not going to lobby Atsushi, I suppose he is reading the list and has read this thread, so I suppose he will do it if he thinks it is interesting. And thanks a lot to you for your help, Klaus Alexander.I've included a search form in my coreblog's side menu, but I've realisedThe reason is that COREblog doesn't save the contents of the extend field in the catalog used for searching. To make it do so you need to patch COREblog: Find the search_text() method in the Entry.py script and change the line text = self.title + "\n" + self.subtitle + "\n" + self.rendered_body to text = self.title + "\n" + self.subtitle + "\n" + self.rendered_body + "\n" + self.extend ------------------------------------------------------ Igor Leturia Azkarate Elhuyar I+G+B Zelai Haundi kalea, 3 Osinalde industrialdea 20170 Usurbil (+34) 943 36 30 40 [EMAIL PROTECTED] / www.elhuyar.org |
_______________________________________________ COREblog-en mailing list [email protected] http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en Unsubscription writing to [EMAIL PROTECTED]
