John
Site Admin
Posts: 2622 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:
Post
by John » Wed Oct 04, 2006 10:49 am
The software should not generally highlight partial matches. You would need to search for "thunder*" to find and highlight thunderstone.
John Turnbull
Thunderstone Software
Texis User
Posts: 74 Joined: Thu Jul 13, 2006 8:47 am
Post
by Texis User » Wed Oct 04, 2006 11:22 am
I am searching for "thunder*" but I don't see it highlighted.
Should I use rex the way I use it before created indexes.
Texis User
Posts: 74 Joined: Thu Jul 13, 2006 8:47 am
Post
by Texis User » Thu Oct 05, 2006 2:25 am
U see my search query is thunder and not thunder*.
But I get ur drift.
What I need to do is add * to the query and then run it to fmtcp.
Let me try that and get back to you.
Thanks!
Texis User
Posts: 74 Joined: Thu Jul 13, 2006 8:47 am
Post
by Texis User » Thu Oct 05, 2006 8:53 am
Hi
THis is what I did
<$expr=">>[\space+]=">
<$replace = "\* ">
<sandr $expr $replace $txtpplsrch>
<$search_str= $ret "*"><sum "%s" $search_str><$search_str=$ret>
<fmtcp QUERY "%mbH" $search_str>
included <mm></mm> to enable highlight.
Now as per my understanding
if I enter search query as "Mess Boar"
then for the text Message Board it should highlight both words but it highlights only Board.
Pls help!
Thanks
Texis User
Posts: 74 Joined: Thu Jul 13, 2006 8:47 am
Post
by Texis User » Thu Oct 05, 2006 10:28 am
Hey I found an alternative and it works cool.
Also the suggestion given in one of the forum to change colour also works ...
Thank you!