<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
</head>
<body>
<p style="margin: 0pt;">
<span>
<span></span>
</span>
</p>
<p style="margin: 0px; "></p>
<div style="margin: 5px 0px;">
<br/>
"Žilvinas Ledas" <zilvinas.ledas@dict.lt> hat am 21. Februar 2012 um 10:38 geschrieben:
<br/>
<br/>
> I think you should set chmPrj.MakeSearchable := true; (where chmPrj:
<br/>
> TChmProject;).
<br/>
> At least I set it (with an ~1 year old lazarus+fpc and lhelp build) and
<br/>
> I can search for (complete) words in generated chm using lhelp.
<br/>
> (I think I do not set FullTextSearch to true though).
</div>
<p> </p>
<p style="margin: 0px;">TChmProject is just a wrapper that makes a few common things easy.</p>
<p style="margin: 0px;">It sets:</p>
<p style="margin: 0px;"> Writer.FullTextSearch := MakeSearchable; </p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">I can not use TChmProject, because my HTML files are not on disk, only in memory. </p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">But thanks. You confirmed that full text search is not broken and I just have to find out what I'm doing different. I simply copied some code from TChmProject. </p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">Mattias</p>
<p style="margin: 0px;"> </p>
<p> </p>
</body>
</html>