<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Typo3 4.2.6 Setting up Indexed Search</title>
	<atom:link href="http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/</link>
	<description>Business &#38; Technology</description>
	<lastBuildDate>Thu, 22 Jul 2010 00:22:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Harris</title>
		<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/comment-page-1/#comment-62</link>
		<dc:creator>Kevin Harris</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://unearthedmedia.com/?p=130#comment-62</guid>
		<description>I am not sure about setting up the crawler. I have not setup the crawler yet we are only using the page caching. see my previous comment on setting up the code in your template to enable indexing on the pages. That may be the place you need to start.</description>
		<content:encoded><![CDATA[<p>I am not sure about setting up the crawler. I have not setup the crawler yet we are only using the page caching. see my previous comment on setting up the code in your template to enable indexing on the pages. That may be the place you need to start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vittorio</title>
		<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/comment-page-1/#comment-61</link>
		<dc:creator>Vittorio</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://unearthedmedia.com/?p=130#comment-61</guid>
		<description>Hi everybody. I&#039;m trying to getting works indexed search.
I&#039;m struggling with index plugin. Right now any plugin&#039;s contents aren&#039;t indexed. An other problem is that i have a plugin that is reached by external link in typo3 backend (this because the plugin must be in menu and generate several pages depending on the get that is replaced with realurl) and even those aren&#039;t parsed by the crawler.
Any idea?</description>
		<content:encoded><![CDATA[<p>Hi everybody. I&#8217;m trying to getting works indexed search.<br />
I&#8217;m struggling with index plugin. Right now any plugin&#8217;s contents aren&#8217;t indexed. An other problem is that i have a plugin that is reached by external link in typo3 backend (this because the plugin must be in menu and generate several pages depending on the get that is replaced with realurl) and even those aren&#8217;t parsed by the crawler.<br />
Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandonrichards</title>
		<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/comment-page-1/#comment-52</link>
		<dc:creator>brandonrichards</dc:creator>
		<pubDate>Mon, 29 Jun 2009 20:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://unearthedmedia.com/?p=130#comment-52</guid>
		<description>I can&#039;t believe you&#039;re actually using typo3 again.... such pain</description>
		<content:encoded><![CDATA[<p>I can&#8217;t believe you&#8217;re actually using typo3 again&#8230;. such pain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Harris</title>
		<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/comment-page-1/#comment-47</link>
		<dc:creator>Kevin Harris</dc:creator>
		<pubDate>Thu, 21 May 2009 15:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://unearthedmedia.com/?p=130#comment-47</guid>
		<description>There are several things you  must do. First in your template you need to enable index for your pages. this can be done by using 

page = PAGE
page.config.index_enable = 1 #will index pages

Next you must specify what pages can be indexed by the search. I put this in the setup for the template of my search results page.

plugin.tx_indexedsearch.search.rootPidList = 49,52,80 pages and folders that will be index. will index sub pages but not sub folders so if you want those indexed you must specify their ids here.

After this is setup you can go to info and see the index data on your pages. Of course you will need to click on a few of the pages in your site so they will be indexed first since this is going to index them through users visiting the site and not by the crawler. Hope that helps.</description>
		<content:encoded><![CDATA[<p>There are several things you  must do. First in your template you need to enable index for your pages. this can be done by using </p>
<p>page = PAGE<br />
page.config.index_enable = 1 #will index pages</p>
<p>Next you must specify what pages can be indexed by the search. I put this in the setup for the template of my search results page.</p>
<p>plugin.tx_indexedsearch.search.rootPidList = 49,52,80 pages and folders that will be index. will index sub pages but not sub folders so if you want those indexed you must specify their ids here.</p>
<p>After this is setup you can go to info and see the index data on your pages. Of course you will need to click on a few of the pages in your site so they will be indexed first since this is going to index them through users visiting the site and not by the crawler. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/comment-page-1/#comment-46</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 21 May 2009 14:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://unearthedmedia.com/?p=130#comment-46</guid>
		<description>How do you get site to start indexing via the front-end? Also, in the documentation for this extension along with Starting Point you are also supposed to select how many levels deep you want the search to go. Is there any typoscript for that?</description>
		<content:encoded><![CDATA[<p>How do you get site to start indexing via the front-end? Also, in the documentation for this extension along with Starting Point you are also supposed to select how many levels deep you want the search to go. Is there any typoscript for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Harris</title>
		<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/comment-page-1/#comment-44</link>
		<dc:creator>Kevin Harris</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://unearthedmedia.com/?p=130#comment-44</guid>
		<description>Yes currently I am only indexing via the front-end...eventually I want to setup the crawler but that might take some work (if possible at all) as we are running this on windows and not Linux. I do not have realurl or cooluri in place, I am assuming those give you the nice urls  such as those found on this website. That is in the plans as well. the search results are showing a visually clean path at the bottom but the actually link is giving a regular url path such as index.php?id=1&amp;stuff=more</description>
		<content:encoded><![CDATA[<p>Yes currently I am only indexing via the front-end&#8230;eventually I want to setup the crawler but that might take some work (if possible at all) as we are running this on windows and not Linux. I do not have realurl or cooluri in place, I am assuming those give you the nice urls  such as those found on this website. That is in the plans as well. the search results are showing a visually clean path at the bottom but the actually link is giving a regular url path such as index.php?id=1&#038;stuff=more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Cannon</title>
		<link>http://unearthedmedia.com/2009/04/21/typo3-426-setting-up-indexed-search/comment-page-1/#comment-43</link>
		<dc:creator>Michael Cannon</dc:creator>
		<pubDate>Thu, 23 Apr 2009 04:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://unearthedmedia.com/?p=130#comment-43</guid>
		<description>Are you only indexing via the front-end or using the crawler?

Do you have realurl or cooluri in place? Are your search results seeing the nice URLs?</description>
		<content:encoded><![CDATA[<p>Are you only indexing via the front-end or using the crawler?</p>
<p>Do you have realurl or cooluri in place? Are your search results seeing the nice URLs?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
