Closed tomasohara closed 2 years ago
As with #16, this was noticed when processing complex queries; otherwise, the errors probably would have been reported sooner.
this is not an issue with Eldar, your query is malformed. "navy 0416" without quotes does not mean anything.
An invalid query should not lead to IndexError exceptions. IN addition, making strip_query more robust seems beneficial and won't affect normal queries.
Won't Fix would be a better resolution.
In the course of processing complex queries such as the following, I ran into IndexError's with parse_date:
This can be reproduced as follows:
This can be fixed as follows: