Re: How to make a search form with Cakephp

2010-04-29 Thread viis
i was more looking for a real life sample of a search form - any would do there is no real life Cakephp search forms available, there are simple search forms and samples for beginners , but these are useless for real life complicated searches On 28 apr, 19:13, John Andersen

Re: How to make a search form with Cakephp

2010-04-29 Thread John Andersen
I know that you are asking for a form, but isn't what you really want, the processing of the search form, when it has been submitted? I can show a search form, which is in progress of being made, maybe it can give you some ideas. http://jaa.myftp.org:28871/enquiries/article Enjoy, John Ps. my

Re: How to make a search form with Cakephp

2010-04-29 Thread Sam Sherlock
you need logic to make the form function this is quite old - may require code to be updated http://bakery.cakephp.org/articles/view/sphinx-behavior I found this whilst searching for that (above) - not sure how finished it is the readme is blank

Re: How to make a search form with Cakephp

2010-04-28 Thread John Andersen
So it seems to me that you know what your search form should contain - now, what have you done in order to code it? Please show your current version of the search view! That way we may better be able to point you in the right direction :) Enjoy, John On Apr 28, 8:35 am, viis

How to make a search form with Cakephp

2010-04-27 Thread viis
How to write a search form with Cakephp , selecting results from database so that one can select certain fields and if none of the fields have been selected then all results from the database are selected: SEARCH FORM fields: 1) Select location: dropdown ( 1. all 2. New York 3. London )