I'm open to hearing suggestions to other Search Engine options, but currently I'm using Wrensoft's Zoom Search Engine. The tool comes with a Microsoft Windows front with various configuration options and the ability to generate an indexed files with cgi, php, asp front ends. The entry php or cgi script is intended to be black box. There is a page_template.html where you can provide html and css look and feel changes. The black box php and cgi scripts contain the form, text search field, and submit button. Upon hitting submit with the query string in the text field the script passes arguments back to the same cgi/php script via the URL argument list.
Preferably, I would like to integrate the cgi into CakePHP, since it produce a much faster search than the php script. A more generic question would be how do you install black box command line driven CGI scripts to be used in CakePHP a view. The main reason I want to do this is to take advantage of CakePHP's template capabilities. Later on down the road, I want to take advantage of the User/Group security module to limit access to various search databases. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---