mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
5926d737e3
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.