Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Search returns wrong page

Quote Reply
Search returns wrong page
Hi:



When a search returns results, they are on the "search_reslts.html" template, like they should be. But if there are NO results, it returns "search.html", and this has me lost as to why...



dave
dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] Search returns wrong page In reply to
This is by default within links SQL...

You can return a different template if you wish through if statements or just have the customize error global customized to be more standing out..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Search returns wrong page In reply to
Thanks- I did not know that!



So, can I use:

Quote:


<%query%> and <%link_hits%>
on the search.html page?
dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] Search returns wrong page In reply to
A bit more info:



I just want to return something on whatever page to the effect that your search returned no results...



Would that just be:

<%if error%>

<p><%error_font%><b><%error%></b></font></p>

<%endif%>

dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] Search returns wrong page In reply to
Nevermind- got it to work!
dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] Search returns wrong page In reply to
Hi

<%query%> is a general global so yes you can...

Not sure about link_hits..

What i do is:

Since the search.html should not normally have <%query%> in it unless there is a not found match..

you can do:

<%if query%>

<%load specific template%>

<%else%>

normal search.html

<%endif%>
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [carfac] Search returns wrong page In reply to
Yes it will be...
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory