I only wanted to search certain things within my site.  So, I just
stuck everything I wanted to search (EG - FAQs, Help, Contact, etc)
into their respective tables and the field that the information was
in, I used FULLTEXT and made a FULLTEXT key on that table (This is
using MySQL).  When I perform my search, MySQL does the leg work for
me and returns everything searched in a ranking with Highest rank
first.

If you want to get more technical and index all the pages of your
site, you might want to look into htdig. (This is if you have control
of your own server and can install software on it)

On May 11, 2:27 pm, tawm <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm preparing including an in-site search feature in my CakePHP-based
> webapplication. Given the fact that in-site search on most websites
> sucks bigtime and the fact that using Google for this is not an option
> (I want full control and there is no budget), I figure I will really
> have to invest considerable time studying this topic. I'm wondering if
> anyone can give me some good starting points, like articles or
> components.
>
> Thanks in advance,
> Tim


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to