Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

2 Answers

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"

share|improve this answer
How do you do this? Run the build_search_index shell, e.g. $> cake build_search_index – Lyman Nov 28 '11 at 0:43
What do you mean? you first have to upgrade from 1.3 to 2.0 before you can use it! – mark Nov 28 '11 at 11:22
I already ran "cake upgrade all -p Searchable". just having a hard time running the step 4 on this site neilcrookes.com/2009/11/21/cakephp-searchable-plugin – Lyman Nov 28 '11 at 16:39
the shells also changed. it would now be "cake Searchable.build_search_index" or even better: "cake Searchable.BuildSearchIndex" – mark Nov 29 '11 at 15:25
Ok thank you, i'll give that i shot when i get home.. – Lyman Nov 30 '11 at 16:51

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.