How can I use CakeDC Search or FOC Search plugin in Cake 3.x

I have a simple app for products listing with categories, many to many association, the CRUD is working, but I want to search products on the index page/home page through product name and description. I need help.

Thanks

Why don’t you check the docs? https://github.com/CakeDC/search/blob/master/Docs/Home.md

I am having issues with using this in 4.x because the documentation isn’t clear on how to impliment this plugin. There are many aspects of the plugin that are not clear, for example, how do you get the results back? I have followed the documentation, and all I seem to get is everything from my table no matter what I search.