[TYPO3-english] indexed_search no results found

Alexander Dick typo3 at dick.at
Mon Aug 6 12:01:39 CEST 2012


Oh and the correct TS since the new indexed_search is based on extbase:

plugin.tx_indexedsearch {
	settings {
		rootPidList = -3
         }
}

insert on the search/result page.

Am 06.08.2012 11:57, schrieb Alexander Dick:
> Hey,
>
> I too had a hard time to get the indexed_search to work on 4.7.2. After
> some sql-query-debugging I found out that the rootPidList I specified
> was the problem. I set it to 1 (my root page) and assumed that it will
> display all results below that page (essentially everything).
>
> But that's not right - I had to set it to -3, which means "Level 2 and
> out".
>
> See indexed_search/Classes/Domain/Repository/IndexSearchRepository.php
> Lines 482 and 507
>
> kind regards
> Alex
>
> Am 04.07.2012 06:46, schrieb LaPointe, Matthew:
>> Hi All,
>>
>> I've spent quite a few hours trying to figure out why indexed_search
>> won't return any results.
>>
>> The plugin is inserted on a page and shows up fine in the frontend.
>> Running Typo3 4.7.1 and the latest builds of TV and indexed_search.
>>
>> TS Setup:
>> page.config.index_enable = 1
>> page.config.index_externals = 1
>> plugin.tx_indexedsearch.search.rootPidList = 0
>>
>> The backend shows that pages are being added to an index. The starting
>> point options don't seem to exist in the plugin anymore, thus the last
>> line of the TS above (not sure this is necessary).
>>
>> Any hints would be greatly appreciated.
>>
>> Matt
>



More information about the TYPO3-english mailing list