Cognitive Suite 2.9.1.1 (02.2023)
Here is where you will find information on feature enhancements and fixed issues that are part of the Cognitive Suite 2.9.1.1 (February 2023) release.
Features
CrawlSharePointOnLine: Expanded datetime format parsing (CT-4107)
Description
Expanded support in CrawlSharePointOnLine for consuming and parsing datetime formats in which the day appears before the month, such as dd/MM/yyyy hh:mm tt
, dd/MM/yyyy h:mm tt
, d/MM/yyyy hh:mm tt
, or d/MM/yyyy h:mm tt
.
How to enable
There are two places where the datetime format can be enforced:
The DayBeforeMonthDateFormat key in the CognitiveToolkit.exe.config file.
A new custom-date-formats.txt file, shipped with the Cognitive Suite.
Update the config file if all of the dates in the entire SharePoint site are formatted such that the day appears before the month.
Update the custom-date-formats.txt file if the date formats in your environment are mixed.
Datetime formats entered in the custom-date-formats.txt file will take precedence over (but do not exclude) built-in datetime formats, such as yyyy-MM-dd
, yyyy-MM-dd HH:mm
, or yyyy-MM-ddTHH:mm
.
Fixed Issues
CrawlOneDrive: crawling pages of more than 100 users failed (CT-4188)
Description
Previously, CrawlOneDrive failed after crawling pages of more than one hundred users. CrawlOneDrive successfully crawls pages of more than 100 users now.