Given the below example ```python >>> from dateparser.search import search_dates >>> search_dates("Validity date: 2021-11-26") ``` It does return `None`, however it should return `[('2021-11-26', datetime.datetime(2021, 11, 26, 0, 0))]`