We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9d9b6 commit 3377a9aCopy full SHA for 3377a9a
dashboard/log-analyzer/src/components/filters/SearchBar.tsx
@@ -105,7 +105,15 @@ export function SearchBar() {
105
<p>Filter by Environment and Service and one day of data.
106
</p>
107
) : (
108
- <p>Search the Message column: Memory|Timeout</p>
+ <p>Type to search in the Message column:
109
+ <br />
110
+ Example: <span className="font-semibold">memory limit</span>
111
112
113
+ Search for multiple terms using <code className="font-semibold">|</code> (pipe).
114
115
+ Example: <span className="font-semibold">memory|timeout</span>
116
+ </p>
117
)}
118
</TooltipContent>
119
</TooltipRoot>
0 commit comments