Gossamer Forum
Home : Products : Gossamer Links : Discussions :

If not using Search_Indexed ...

Quote Reply
If not using Search_Indexed ...
When using non-english version , it need select using search_indexed to [normal]

but the problem is it can't stopwords in the indexer.pm ,

anyaway how to make <%ignored%> is working ??

example :

if search a word "s" in the [normal] mode

it will give the result like this ¡õ

¡@¡@¡@¡@¡@¡@¡@¡@¡@¡@¡@¡DLink1&nbsp; ?font color=red>snew
¡@¡@¡@¡@¡@¡@¡@¡@¡@¡@¡@¡@¡@¡@¡@
Description xzy

so we need how to do it right ?? how to stopwords at the times?
Quote Reply
Re: [PDK1999] If not using Search_Indexed ... In reply to
Someone can help me how to fix this problem?
Quote Reply
Re: [PDK1999] If not using Search_Indexed ... In reply to
Not sure that I understand what the problem is - but if it is a problem with it showing up code such as &nbsp; because it contains the 's' that you are searching for, you could try using

<%loop link_results_loop%>
<%include link.html%>
<%endloop%>

instead of

<%link_results%>

and see whether that fixes the problem.
Quote Reply
Re: [afinlr] If not using Search_Indexed ... In reply to
afinlr:

using <%loop link_results_loop%> is can print results without something code or ugly format,

but why without the bolding too?

does i need to edit something, by this loop can be bolding the search keywords?

thank for your reply.
Quote Reply
Re: [PDK1999] If not using Search_Indexed ... In reply to
No, sorry. After I posted this I realised that this removes the bolding.

I don't know how to fix your problem and leave the bolding in.
Quote Reply
Re: [afinlr] If not using Search_Indexed ... In reply to
i think my case have this problem maybe and bolding have a correlate ....

becouse if turn off the search_bold , do the search will not have a different format print in the result,

anyway, Thank for your answer first , i will remember your suggestion.