Terry Bonds

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Searchkick - Searching Polymorphic Associations

Hello, you can create a search method in your Activity model or a service object that takes a search term and returns relevant activities. In your controller, you would set up an action to handle the search request. In your view, you can add a search form to allow users to input their search terms.