Webboard: lenght of user defined sections

[email protected] 17 Nov 2011 13:29:25 -0000
Newsgroups gmane.comp.web.mnogosearch.general
Message-ID <[email protected]>
Author: Jens
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?



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