alexshyba / SitecoreSearchContrib

Extension to Sitecore.Search namespace. Includes AdvancedDatabaseCrawler and Searcher. Make sure to check out the website for the project.
http://sitecorian.github.io/SitecoreSearchContrib
25 stars 21 forks source link

Fixed incorrect application of ToLowerInvariant() #29

Closed andrewburgess closed 11 years ago

andrewburgess commented 11 years ago

Sort field should be lowercased when creating the Lucene Sort object, not when checking if the string has a value.