mirror of
https://github.com/searxng/searxng.git
synced 2025-12-28 14:40:02 +00:00
It's possible that `SyntaxError` or `TypeError` instances are thrown when we can't evaluate a query, simply because it's not a math expression. In this case, it should just be skipped, i.e. the calculator plugin doesn't return any result instead of forwarding the exception.