English 中文(简体)
TYPO3 Indexed Search Engine - not all the page content is indexed
原标题:

I have a TYPO3 site with Indexed Search Engine extension... The problem is that not all the content is indexed (with debug option activated in conf content not all the page is present but the page size is corect), only the firts part of the page (witch is the head/title and the begining of the menu...). So for every page the words are only from the begining of the page (title, menus). I have tried using the Indexed Search Engine begin and end tags but no effect... What did I do wrong?

最佳回答

I am stupid :-( I have figured out the problem... The begin/end tags where not corect I used <!--TYPO3SEARCH_begin> <!--TYPO3SEARCH_end> insted of <!--TYPO3SEARCH_begin--> <!--TYPO3SEARCH_end-->

问题回答

暂无回答




相关问题
adding an index to sql server

I have a query that gets run often. its a dynmaic sql query because the sort by changes. SELECT userID, ROW_NUMBER(OVER created) as rownumber from users where divisionID = @divisionID and ...

Linq to SQL nvarchar problem

I have discovered a huge performance problem in Linq to SQL. When selecting from a table using strings, the parameters passed to sql server are always nvarchar, even when the sql table is a varchar. ...

TableView oval button for Index/counts

Can someone help me create an index/count button for a UITableView, like this one? iTunes http://img.skitch.com/20091107-nwyci84114dxg76wshqwgtauwn.preview.jpg Is there an Apple example, or other ...

Move or copy an entity to another kind

Is there a way to move an entity to another kind in appengine. Say you have a kind defines, and you want to keep a record of deleted entities of that kind. But you want to separate the storage of ...

热门标签