Added search functionality to a part of the app
Search / filtering is one of those useful (but really, really boring) parts of the app to add. Here, I added a filtering ability for posts that users create. It uses JavaScript to detect keyup events and sends searches to the server.