Update search.md (#2416)
parent
e83e5cc0ea
commit
ec2d8bc7df
|
@ -14,6 +14,8 @@ uid: tutorials/first-mvc-app/search
|
||||||
---
|
---
|
||||||
# Adding 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*.
|
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:
|
Update the `Index` method with the following code:
|
||||||
|
|
Loading…
Reference in New Issue