--- ECHO_content/ECHO_collection.py 2012/08/29 07:53:31 1.310.2.8 +++ ECHO_content/ECHO_collection.py 2012/09/03 14:48:22 1.310.2.10 @@ -544,6 +544,10 @@ class ECHO_link(ECHO_externalLink): {'label':'add links config','action':'ECHO_link_addLinksForm'}, ) + def getMDValueSimpleSearchField(self): + """returns value for simple search""" + return " ".join([self.getTitle(),self.getDescription()]) + def ECHO_link_addLinksForm(self): """Main configuration""" @@ -1407,7 +1411,7 @@ class ECHO_collection(CatalogAware, Fold if not hasattr(self,'sortfield'): self.sortfield="weight" - pt=zptFile(self, 'zpt/ChangeECHO_collection.zpt') + pt=zptFile(self, 'zpt/ChangeECHO_Collection.zpt') return pt()