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

Sitecore 6.6 support #20

Closed jvanbortel closed 11 years ago

jvanbortel commented 11 years ago

Hi,

I noticed that this question was already asked, but it was closed while 6.6 support was not yet implemented. We are using the crawler in our 6.5 project and are trying to upgrade the CMS to 6.6. Did you already had the time to look into 6.6 support? It would be much appreciated!

Thanks Jeroen

munyung commented 11 years ago

I'd be pretty interested to know if there will be support for 6.6 as well as i am currently working on a new project in 6.5.

alexshyba commented 11 years ago

Hey Guys,

The code builds fine with the latest 6.6.0 rev. 130404, however with some warnings about deprecated methods and properties. I ran some tests, and all queries from the demo pages work fine. This should fly for your 6.6.0 installs. In Sitecore 7 we use Lucene 3.0.3, so this code won't even build because of these deprecated methods, but the new Linq layer you won't even need this project :-)

Let me know if you have trouble getting the latest code to work in 6.6.0.

jvanbortel commented 11 years ago

Ok Alex, thanks for you reply. I'll give it a spin.