tridion-content-delivery

Tridion New UI Preview Site is not reflecting with the changes unless pulished

偶尔善良 提交于 2019-12-10 13:55:10
问题 I have new UI setup and noticing that when ever I update a page it is not refreshing with the updated changes. I do not see either the page_{sessionId/GUID}.aspx created either. Checked the session preview DB and I see the changes in PAGE_CONTENT table with new rendered content, so seems like session preview is working fine but the Preview site is not able to get the changes and refresh the UI. I have checked all the preview handlers and mappings for .aspx and made sure they are correct in

Implementing full text search with Tridion Query

筅森魡賤 提交于 2019-12-08 22:14:47
问题 I have to implement full-ext search for website based on SDL Tridion WCMS. Any suggestions or an idea how to implement full text search using Tridion Query? 回答1: The SDL Tridion Content Delivery API is designed for retrieval of content based on system or custom metadata and/or taxonomy. The full text is not available via the API for searching. To implement a full text site search on a Tridion site it is normal to use/integrate a separate search engine, such as Google Site Search or one of the

How to make a Custom Deployer to write data to MS SQL database?

为君一笑 提交于 2019-12-08 02:13:31
问题 I've added a custom module in the default processor in config/cd_deployer_conf.xml: <Processor Action="Deploy" Class="com.tridion.deployer.Processor"> ... <Module Type="MyCustomModuleDeploy" Class="com.tridion.new.extensions.MyCustomModule"> </Module> </Processor> The code for the module looks something like this: public class MyCustomModule extends com.tridion.deployer.modules.PageDeploy { static Logger logger = Logger.getLogger("customDeployerFirst"); public MyCustomModule(Configuration