nodunayo / speakerline

Showcasing speakers' proposals and timelines in an effort to demystify the CFP process and help new speakers get started.
http://speakerline.io
MIT License
73 stars 26 forks source link

allow user to search proposals by title and body #572

Closed esmale closed 1 month ago

esmale commented 1 month ago

What does this PR do?

Adds the ability for a user to enter a search term to filter down the displayed proposals to only the entries that contain that term in the title or body fields.

Why was this work done? Is there a related Issue?

Addresses issue #123

Where should a reviewer start?

Have both a unit test for the Proposal's search scope, and a feature test for the proposals index page itself.

Are there any manual testing steps?

Visit the proposals index page, enter a Search term in the input field and click the new "Search" button.

Screenshots

Screenshot 2024-05-08 at 12 13 00 PM
nodunayo commented 1 month ago

Merging this in but I'm going to remove the label and also make the search case insensitive! Thanks, David!