diff --git a/aspnetcore/tutorials/first-mvc-app/search.md b/aspnetcore/tutorials/first-mvc-app/search.md index 4671d1e9ec..ac5c200fc7 100644 --- a/aspnetcore/tutorials/first-mvc-app/search.md +++ b/aspnetcore/tutorials/first-mvc-app/search.md @@ -14,6 +14,8 @@ uid: tutorials/first-mvc-app/search --- # Adding Search +By [Rick Anderson](https://twitter.com/RickAndMSFT) + In this section you'll add search capability to the `Index` action method that lets you search movies by *genre* or *name*. Update the `Index` method with the following code: