Skip to main content

Changelog

Updates, changes, and improvements at Retool.

Debug Tool searching

This change is live on Retool Cloud and it will be included in upcoming edge and stable releases of Self-hosted Retool.

Searching is now supported in the Console and State tabs of the Debug Tools.

Users can search logs and states using any free text, negation, regex, or exact phrases:

  • Free text: Matches any string.
  • Negation: Prefix with - to exclude a match. For example: -error
  • Regex: Use slashes for regex. For example: /^foo/
  • Exact phrases: Wrap multi-word strings in quotes. For example: "query failed"

You can combine search terms using spaces (e.g. "query failed" -/error/ success).