<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>Thank you very much!<div><br>I ended up using<div><br><div><div> $searchwords=explode(" ",$searchstring);<br> $searchwords = array_map('trim', $searchwords);<br> list(,$name)=explode(".",$pagename);<br> $opt = [''=>$searchwords, 'name'=>"-$name" ];<br></div><div> FPLTemplatePageList($pagename, $list, $opt);</div><div><br></div><div>in order to exclude the calling page from the result.</div></div></div></div>
</blockquote></div></div>