Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Keywords problem

Quote Reply
Keywords problem
I'm still hitting the same glitch I did in the earlier release --

If you sort by results or hits, when you pick the next page, you don't get any results shown.... I tried to figure it out about a month ago, but couldn't....

http://www.gossamer-threads.com/...um9/HTML/000231.html

Still finding the same problem now.

Quote Reply
Re: Keywords problem In reply to
Do you mean in the admin screen you see this? Do you have a URL I can see?

Cheers,

Alex
Quote Reply
Re: Keywords problem In reply to
It's in the admin area.

When I ask for the Keywords, then sort by one of the fields, then pick the next page, I get a blank screen.

If you can't duplicate it, I'll set up an ID for you to the Admin area.

It seems to lose track of where it is when you sort the output.

I don't konw why you shouldn't be able to duplicate this, I didn't mod this part at all.



Quote Reply
Re: Keywords problem In reply to
Ah, I see. Edit Admin_HTML.pm and change in html_keywords:

my $nh = $in->param('nh');

to:

my $nh = $in->param('nh') | | 1;

Cheers,

Alex
Quote Reply
Re: Keywords problem In reply to
Another quirk:

I tried to see if I had entered this into the
FAQ yet, and did a search for "keyword" with
the "Match Any" box checked, and the other
box unchecked. When I did it in the search
all fields I got '0' results.

When I did it in the index fields I got the
hits.

Shouldn't it actually be the other way around? The indexed search is less complete
than the search all fields?

(Just realized that I should have started a
new thread, but this is how I thought of it).

BTW--- the fix above seems to work!!!

BTW 2 -- (this is a record for me)... Just remember to remove the space between the two |'s otherwise perl will complain.

[This message has been edited by pugdog (edited December 06, 1999).]
Quote Reply
Re: Keywords problem In reply to
Did you have Whole Words checked off? It is by default.

Cheers,

Alex
Quote Reply
Re: Keywords problem In reply to
The two check boxes are on the admin form.

I had them both off, and then only the first one on. I entered the search term in the first line, then the second (erasing the first).

Those are the results I got. They seemed backwards.