Skip to content

Commit 3377a9a

Browse files
committed
update tooltip
1 parent 0c9d9b6 commit 3377a9a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

dashboard/log-analyzer/src/components/filters/SearchBar.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,15 @@ export function SearchBar() {
105105
<p>Filter by Environment and Service and one day of data.
106106
</p>
107107
) : (
108-
<p>Search the Message column: Memory|Timeout</p>
108+
<p>Type to search in the Message column:
109+
<br />
110+
Example: <span className="font-semibold">memory limit</span>
111+
<br />
112+
<br />
113+
Search for multiple terms using <code className="font-semibold">|</code> (pipe).
114+
<br />
115+
Example: <span className="font-semibold">memory|timeout</span>
116+
</p>
109117
)}
110118
</TooltipContent>
111119
</TooltipRoot>

0 commit comments

Comments
 (0)