From ec2d8bc7df811c60774559f10b33f357db263a13 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 16 Dec 2016 20:53:58 -1000 Subject: [PATCH] Update search.md (#2416) --- aspnetcore/tutorials/first-mvc-app/search.md | 2 ++ 1 file changed, 2 insertions(+) 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: