Gave search a friendly URL (/search)

- and changed the property on the view model from Term to Query (sounds better and goes with the 'q' param)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-06-04 08:35:24 -07:00
parent 727647a043
commit 784f9dfc09
6 changed files with 39 additions and 5 deletions

View File

@@ -67,6 +67,7 @@
<ItemGroup>
<Compile Include="Controllers\SearchController.cs" />
<Compile Include="Filters\SearchFilter.cs" />
<Compile Include="Routes.cs" />
<Compile Include="Services\ISearchService.cs" />
<Compile Include="Services\SearchService.cs" />
<Compile Include="ViewModels\SearchResultViewModel.cs" />