I am trying to integrate Neil's search plugin http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin to my application but I can't get it to work. Does it work with Cakephp 2.0 and how do I go about doing it?
Thanks, Lyman
|
I am trying to integrate Neil's search plugin http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin to my application but I can't get it to work. Does it work with Cakephp 2.0 and how do I go about doing it? Thanks, Lyman |
|||
|
|
|
is CakeDCs search plugin not an option? its very sophisticated and works in 2.0. Ah, I see. The functionality is completely different. Well, I don't see any 2.0 implementations yet. But you can easily upgrade it using the UpgradeShell. run "cake upgrade all -p Searchable" |
|||||||||||
|
|
I've made the necessary changes to Jose Gonzalez's fork of Searchable in order to get it compatible with CakePHP 2.0. You can get it here - https://github.com/sc0ttyd/searchable Remember to check out the 2.0 branch for CakePHP 2.0 compatibility. |
|||
|
|