This commit is contained in:
Luke Pulverenti
2013-03-28 18:08:04 -04:00
parent 3622f9b207
commit 3ff23530e7
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ namespace MediaBrowser.Server.Implementations.Library
public class LuceneSearchEngine : ILibrarySearchEngine
{
/// <summary>
/// Sorts the specified items.
/// Searches items and returns them in order of relevance.
/// </summary>
/// <param name="items">The items.</param>
/// <param name="searchTerm">The search term.</param>