mirror of
https://github.com/searxng/searxng.git
synced 2026-01-13 18:15:30 +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.