Webboard: lenght of user defined sections

[email protected] 20 Nov 2011 11:35:52 -0000
Newsgroups gmane.comp.web.mnogosearch.general
Message-ID <[email protected]>
Author: Alexander Barkov
Email: [email protected]
Message:
> i am using user defined sections like in the example.

> 

> Section title      26 128  "<!--title-->(.*)<!--/title-->" $1

> Section mainpart   27 8192 "<!--mainpart-->(.*)<!--/mainpart-->" $1

> 

> in the html code both sections are directly on below eachother.

> 

> <!--title-->Test<!--/title-->

> <!--mainpart-->Text<!-/mainpart-->

> 

> In this case following problem occured. does the content between the title section count less then 128 signs, the indexer stores parts of the mainpart section in the title field until 128 signs are reached.

> 

> ist there any possibility to solve this problem?

> 



Sorry, not sure I understood the question correctly.



If the problem is that the title gets cut, then you

can try to increase the size of title, for example:



Section title      26 8192  "<!--title-->(.*)<!--/title-->" $1

Section mainpart   27 8192 "<!--mainpart-->(.*)<!--/mainpart-->" $1





Reply: <http://www.mnogosearch.org/board/message.php?id=21360>