Anna Whelan
Anna Whelan
Same. `strict=True` is returning nothing
The dateparser library doesn't work with full strings such as `My birthday is August 12, 1994`, where this does. I just want to be able to use the strict parameter...
But it picks up false positives as well: ```python from dateparser.search import search_dates search_dates("My birthday is August 12 1994, and then hers in 6 months", settings={'STRICT_PARSING': True}) ``` ``` [('August...
I'd love to see this feature as well. I see there's been no updates since 2018, so repicking this back up