Technology Tools for Ministry

Community

Web-Empowered Church User Community
Total Posts: 3 - Pages (1): [1]
Author: mucc tecc
Posted: Jun 30 2008 - 02:55 AM
Subject: indexed search
Hello,

I am looking for information about the following issues:

1. How do I integrate the singleview from the tt_news extension in the indexed_search search results?
2. How do I integrate tables from an extension written by myself in the indexed_search search results?


Any hints are welcome.

Thank your for your help!

mucctecc

Author: Jeff Segars
Posted: Jun 30 2008 - 11:49 AM
Subject: re: indexed search
mucctecc,
Whether content shows up with indexed search is all about how the page and the extension are set up to cache. In the case of tt_news, the single view should be cached correctly out of the box so as soon as someone visits this page (while not logged into the backend), the page will be cached and show up in search results.

In the case of custom extensions, the key is making sure the extension is rendering as a USER cObject (cached) rather than USER_INT (uncached). As long as your extension content is cached, then it will show up within indexed search.

Thanks,
Jeff
Author: mucc tecc
Posted: Jul 02 2008 - 10:29 AM
Subject: re: re: indexed search
Jeff,

Thank you very much for your help.

I solved the first problem integrating tt_news in indexed_search. To my shame I have to admit that I simply inserted the wrong plugin - tt_content search instead of indexed search ...

I am now working on changing the USER_INT object, but that has been a valuable hint!

Best,
mucctecc.


Total Posts: 3 - Pages (1): [1]
You must login to post a message to this conference.