Re: [TYPO3-english] indexed_search no results found

2012-08-06 Thread 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

Re: [TYPO3-english] indexed_search no results found

2012-08-06 Thread Alexander Dick
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

Re: [TYPO3-english] indexed_search no results found

2012-07-11 Thread LaPointe, Matthew
-english@lists.typo3.org Subject: Re: [TYPO3-english] indexed_search no results found Hi, Jigal. The best tutorial for getting indexed_search running is: http://xavier.perseguers.ch/en/tutorials/typo3/articles/indexed-search -crawler.html Wow! Really great tutorial. I didn't even know

Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread PAM
Hi all You also have to know that page you view are not indexed if you are logged in backend. Take a look in backend to Web/info module , you'll find in the dropdown menu an option to display indexed content Cheers, PAM Le 05/07/2012 17:41, Victor Livakovsky a écrit : Hi, Matthew. Thanks

Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread LaPointe, Matthew
...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Victor Livakovsky Sent: Thursday, July 05, 2012 11:42 AM To: typo3-english@lists.typo3.org Subject: Re: [TYPO3-english] indexed_search no results found Hi, Matthew. Thanks for your reply. It seems that it is *sort of* working. I

Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread Jigal van Hemert
Hi, On 4-7-2012 6:46, LaPointe, Matthew wrote: I've spent quite a few hours trying to figure out why indexed_search won't return any results. The best tutorial for getting indexed_search running is: http://xavier.perseguers.ch/en/tutorials/typo3/articles/indexed-search-crawler.html If you

Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread Victor Livakovsky
Hi, Matthew. Where else might I look to undo no cache options Site Crawler may have set? Take a look at at EM - indexed_search - configuration - disbaleFrontedIndexing option. It must be unset. Since, you say, that titles are getting to index, then your pages are cached, just not indexed

Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread Victor Livakovsky
Hi, Jigal. The best tutorial for getting indexed_search running is: http://xavier.perseguers.ch/en/tutorials/typo3/articles/indexed-search-crawler.html Wow! Really great tutorial. I didn't even know, that it is possible to index database records, which are not cached! Thank you for a link.

Re: [TYPO3-english] indexed_search no results found

2012-07-05 Thread Victor Livakovsky
Hi, Matthew. Thanks for your reply. It seems that it is *sort of* working. I discovered that you can do a search on the title of any page and get a result, but it doesn't seem any of the page contents are being indexed. I have tried to add !--TYPO3SEARCH_begin--!--TYPO3SEARCH_end-- flags

Re: [TYPO3-english] indexed_search no results found

2012-07-04 Thread LaPointe, Matthew
, July 04, 2012 8:09 AM To: typo3-english@lists.typo3.org Subject: Re: [TYPO3-english] indexed_search no results found Hi, Matthew. TS Setup: page.config.index_enable = 1 page.config.index_externals = 1 plugin.tx_indexedsearch.search.rootPidList = 0 I'm not pretty sure about last line. Can you

[TYPO3-english] indexed_search no results found

2012-07-03 Thread 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