Best solution / plugin for searching in my site?

Hello everybody. I have a single DB site and every page displays a content of a table. Table are various and I would like to implement search module for each page. I need to use radio buttons to select searching parameters and also a text field for a searched string.

What would be the simplest way to implement search area in my pages? What is the easiest search plugin for a beginner like me?

Thank you very much!

I use FriendsOfCake/search

You just have to define what fields the users can search, and implement the search form (example)

Thats it, it can be pretty simple but also allows to do more complex search (search by association, using beforeProcess with joins for example)

Thank you very much, I’ll try it.