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

Inclusive Date Range Search #2

Closed klinden closed 11 years ago

klinden commented 12 years ago

When doing an inclusive date search it appears that the module accomplishes this by subtracting a date from the start date and adding a day to the end date (see AddDateRangeQuery method in DateRangeSearchParam.cs). However, I don't think this is necessary since the search already appears to be inclusive for date ranges. It seems then that the reverse "hack" would need to be made for non-inclusive date ranges.

alexshyba commented 12 years ago

I will take a look. Thanks for reporting this!

alexshyba commented 11 years ago

This feature is indeed completely useless. Made obsolete. Thanks, @klinden. Ref: sitecorian/SitecoreSearchContrib@4486a60836338c7c5ebe208aca0c78d5edb71ec5