Hi,
I am making changes to my site_html.pl for my Links 1.11 system in order to customise my site.
I have come across a problem when I do a search. Even though I select say 30 matches or even use the selected 15, I will come back with the total amount of matches in the system. For instance I did a search for the word "test" (without the quotes), 15 was selected, but it came back with 44 matches.
The system used to be fine when searching. What have bit have I messed up, maybe the search.cgi file?
Here is a copy of my search form, in the site_html.pl.
-------------------------------------------------------------
<form
action="http://www.digi-zone.com/search/search.cgi"
method="GET">
<p align="center"><font color="#000000"
size="2" face="arial, helvetica">Search: </font><font
color="#000000" size="2"
face="arial, helvetica"><input type="text"
size="30" name="query"> <select
name="mh" size="1">
<option>10</option>
<option selected>15</option>
<option>30</option>
<option>50</option>
<option>100</option>
</select></font> <input type="submit" value="Search" name="submit"></p>
</form>
Thanks in advance
Martin Pitt
I am making changes to my site_html.pl for my Links 1.11 system in order to customise my site.
I have come across a problem when I do a search. Even though I select say 30 matches or even use the selected 15, I will come back with the total amount of matches in the system. For instance I did a search for the word "test" (without the quotes), 15 was selected, but it came back with 44 matches.
The system used to be fine when searching. What have bit have I messed up, maybe the search.cgi file?
Here is a copy of my search form, in the site_html.pl.
-------------------------------------------------------------
<form
action="http://www.digi-zone.com/search/search.cgi"
method="GET">
<p align="center"><font color="#000000"
size="2" face="arial, helvetica">Search: </font><font
color="#000000" size="2"
face="arial, helvetica"><input type="text"
size="30" name="query"> <select
name="mh" size="1">
<option>10</option>
<option selected>15</option>
<option>30</option>
<option>50</option>
<option>100</option>
</select></font> <input type="submit" value="Search" name="submit"></p>
</form>
Thanks in advance
Martin Pitt

