Search
Searching in thousands or even tens of thousands of events at once is no small feat. While a browser’s native search only scans what’s on your screen (due to “virtualization” that prevents performance bottlenecks), Axiom now includes a dedicated search functionality that checks for every result your query returns, even if it’s not yet rendered in the DOM.
Why it matters
Large queries can produce thousands of events, far exceeding what you’d want browsers to render all at once. To keep things running smoothly, applications like Axiom render event rows as needed. However, this makes default browser search fall short, only highlighting the visible rows. We’ve solved that gap by letting you search all query results end-to-end. If your query pulls 10 events, you’ll search across those 10; if it returns 50,000, you’ll search across all 50,000.
Key benefits
- Complete coverage: Spot every instance of the keyword within your query results. No missed matches.
- Effortless navigation: Jump quickly to each match without manual scrolling through massive logs.
- Performance-friendly: Axiom honors any limits you set, so you only search the data you actually need.
How it works
Built into our query results view, the search automatically looks across all returned events. This lets you find hidden insights without switching back and forth or loading more data in your browser tab.
Ready to try it out? Head to our documentation for more details, or jump into the Playground and press Cmd/Ctrl F in the query results view to see how this streamlined search can save you time in debugging and analysis!