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

Bug fix version 1.12?

Quote Reply
Bug fix version 1.12?
The licensed area shows a bug-fix version of 1.12.

Missed that.

In Reply To:
Several bugfixes related to searching. See http://www.gossamer-threads.com/p/103708 Search form now supports AND/OR searching. (OR searching simply defaults to query mode, "AND" forces intersect searching.)
.


Looks like search.cgi, DBSQL.pm and Search.pm have been changed.

BTW... could some kind soul run a 'diff' on this version and the 1.11 version to point out the actual changes?



http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/

Quote Reply
Re: Bug fix version 1.12? In reply to
It looks like from the following post that only Search.pm has been updated:

http://gossamer-threads.com/...&vc=1#Post104426

But I could be wrong...

Regards,

Eliot Lee

Quote Reply
Re: Bug fix version 1.12? In reply to
I'm looking at the file dates in the archive.

Those three files have new dates. If the "and/or" was fixed, it would
have to be in more than the Search.pm file.


http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/

Quote Reply
Re: Bug fix version 1.12? In reply to
Hi Eliot,

I am hacking Search.pm at the moment to kill some bugs. The thread you mentioned applies only to the bug of not properly using the filters applied to the search.

The main problem is that in search.pm the default search mode in never changed! The and/or parameter only reaches dbsql.pm and then is ignored and search uses the default (parse). If you change the mode you will get a cgi error. I fixed that bug. I am working on substring to get it to work.

I have to request a new password for the registered area and can't look at ver 1.12. Could you do me a favour? Check if substring is still only checking the beginning of a word:

you search for "goss" and search finds gossamer-threads

you search for "ossam" and search finds nothing!

If you have any other problems with search please post them!

regards, alexander


Quote Reply
Re: Bug fix version 1.12? In reply to
Hi,

never mind,

I found the bug and squashed it. Smile

While messing around with dbsql.pm and search.pm I found out why and/or searches didn't work. -> they where ignored!

Adding some lines of code to dbsql.pm and search.pm and passing the apropriate params makes it work!Cool

It fun having search.cgi doing what it is told.

regards, alexander

Quote Reply
Re: Bug fix version 1.12? In reply to
Hi ALex, would you please so friendly and show us your efforts?

Regaards, Robert

BTW: If you dont know it, please watch http://www.sourceforge.net
I have got the code for the site and half installed in my intranet; itīs great.
After installing it completely and hack myself tru the php-scripts; i will think about using it melted with links as i have done it with wwwthreads and links the last days.
Hope in other month i finally could release my site and show you what i have done with a "normal links sql"



Quote Reply
Re: Bug fix version 1.12? In reply to
Read the following Thread:

http://www.gossamer-threads.com/...w=collapsed&sb=5

Regards,

Eliot Lee