Gossamer Forum
Quote Reply
PHP search
Does the PHP version of search has the ability of internal indexed search?
Quote Reply
Re: [Robbie] PHP search In reply to
I don't belive that it does. If you have a search in this forum, you should find a thread that addresses this question....

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Robbie] PHP search In reply to
Unfortunately, no it doesn't.

Adrian
Quote Reply
Re: [brewt] PHP search In reply to
Thank you for the replies.

Would it make a difference (in speed) if it is an indexed search instead of MySQL search?
Quote Reply
Re: [Robbie] PHP search In reply to
What is the alogrithm for the internal indexed search? Maybe I can write a PHP version for it, but currently I am having a hard time try to understand it. Have anyone ever done a simliar script? using GT's score_table and word_table.

Thanks
Quote Reply
Re: [Robbie] PHP search In reply to
Hi,

It's not trivial at all. If you are on a dedicated server, what you may have better luck with is our new mysql 4 driver. This produces fairly good results using mysql 4 built in full text indexing, and would be quite easy to replicate in php.

If this is an option for you, let me know and I'll send you the perl code.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] PHP search In reply to
Yes please. Maybe I can do it.