Update search.md (#2416)

pull/2420/head
Rick Anderson 2016-12-16 20:53:58 -10:00 committed by GitHub
parent e83e5cc0ea
commit ec2d8bc7df
1 changed files with 2 additions and 0 deletions

View File

@ -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: