Skip to content

Commit da900e0

Browse files
authored
Add search within query results (#241)
1 parent 7cfc790 commit da900e0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

dashboard-elements/create.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Axiom provides powerful visualizations that display the output of running aggreg
7676
<img src="/doc-assets/shots/visualizations.png" alt="Visualizations menu" />
7777
</Frame>
7878

79-
You can select a visualization to add it to the query. If a visualization requires an argument (such as the field and/or other parameters), the menu allows you to select eligible fields and input those arguments. Press `Enter` to complete the addition:
79+
You can select a visualization to add it to the query. If a visualization requires an argument (such as the field and/or other parameters), the menu allows you to select eligible fields and input those arguments. Press <kbd>Enter</kbd> to complete the addition:
8080

8181
<Frame caption="Visualizations demo">
8282
<img src="/doc-assets/shots/analyze-visualizations-75.gif" alt="Visualizations demo" />

query-data/explore.mdx

+11-1
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,14 @@ In the event timeline, line charts, and heat maps, you can drag the pointer over
246246
- **Zoom** enlarges the section of the chart you highlighted.
247247
- **Show events** displays events in the selected time range in the event details view.
248248

249-
The time range of your query automatically updates to match what you selected.
249+
The time range of your query automatically updates to match what you selected.
250+
251+
### Search within query results
252+
253+
To quickly search for an expression and highlight its occurrences within the query results:
254+
255+
1. In the query results view, press <kbd>Cmd/Ctrl</kbd>&nbsp;<kbd>F</kbd>.
256+
1. Type the expression that you want to search for. Axiom automatically highlights the matches and jumps to the first match.
257+
1. Press <kbd>Enter</kbd> repeatedly to go forward in the list of matches, and press <kbd>Enter</kbd>&nbsp;<kbd>Shift</kbd> to go backward.
258+
259+
Axiom’s search overrides the browser’s native search. Axiom’s search is more powerful because it highlights matching entries in all results returned by the query (while still respecting automatic limits). In contrast, the browser’s search can only highlight matching entries in the events rendered on your screen.

0 commit comments

Comments
 (0)