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

1.1b2 build 2: editor.cgi bug

Quote Reply
1.1b2 build 2: editor.cgi bug
alex.. you spelled

Code:
$db->initialize();

wrong Smile

it's line 418 it looks like this

Code:
$db->initilize();

jerry
Quote Reply
Re: 1.1b2 build 2: editor.cgi bug In reply to
as well as on line 510..

jerry
Quote Reply
Re: 1.1b2 build 2: editor.cgi bug In reply to
is there any reason why when i use search.cgi and i search for "internet" i get 3 links.. then i go into advanced and select substring and search for "net" and get 1 link..

oh yea.. and when i go on search-ni.cgi and not specify substring it gets 3 links (some that only have "internet" on.. not "net"..

i just looked inside of search.cgi and substring isn't even ever used in the query..

same as search-ni.cgi

jerry

[This message has been edited by widgetz (edited November 11, 1999).]

[This message has been edited by widgetz (edited November 11, 1999).]
Quote Reply
Re: 1.1b2 build 2: editor.cgi bug In reply to
Searching for internet and net are different. The search engine only matches from beginning of words, not from the end of words. I haven't integrated substring matching yet though, so you can only do whole word searches with the new searching (it's just a matter of passing parameters though, the actual search module can do substring searching).

Cheers,

Alex