AnantLabs / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

Connector does not detect renamed folders and send feeds for the same #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a connector instance and crawl some content
2. Rename a folder which has been crawled and indexed by GSA

What is the expected output? What do you see instead?
The connector should detect the renamed folder and re-send feeds for the 
renamed folder and all folder items under it

Connector does not detect the renamed folders and hence does not send feeds 
for the same

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by rakeshs101981@gmail.com on 1 Apr 2009 at 5:25

GoogleCodeExporter commented 9 years ago
This was because of a typical SharePoint 2007 issue where the 
Last-Modified-Date of
child documents and sub folders does not gets updated correctly when their 
parent
folder is renamed.

The latest release of connector identify such folder renames and makes an extra
attempt to re-discover all the child documents under the renamed folder.

Original comment by th.nitendra on 24 Jun 2009 at 12:19

GoogleCodeExporter commented 9 years ago
Verified in 2.0.0 and works fine.

Original comment by shashank...@gmail.com on 25 Jun 2009 at 12:11