--- title: Adding Search to an ASP.NET Core MVC app author: rick-anderson description: Shows how to add search to simple ASP.NET Core MVC app keywords: ASP.NET Core, ms.author: riande manager: wpickett ms.date: 04/07/2017 ms.topic: get-started-article ms.assetid: d69e5529-ffff-4628-855d-200202096269 ms.technology: aspnet ms.prod: asp.net-core uid: tutorials/first-mvc-app-mac/search --- [!INCLUDE[adding-model](../../includes/mvc-intro/search1.md)] Note: SQLlite is case sensitive, so you'll need to search for "Ghost" and not "ghost". [!INCLUDE[adding-model](../../includes/mvc-intro/search2.md)] Change the `