Skip to content

Commit

Permalink
Improve tooltip for Elasticsearch tag queries (#1809)
Browse files Browse the repository at this point in the history
Resolves #1733

---------

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed Sep 27, 2023
1 parent 1dd54e9 commit 87db475
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/jaeger-ui/src/components/SearchTracePage/SearchForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,17 @@ export class SearchFormImpl extends React.PureComponent {
<li>
Values containing whitespace or equal-sign &apos=&apos should be enclosed in quotes
</li>
<li>
Elasticsearch/OpenSearch storage supports regexp query, therefore{' '}
<a
href="https://lucene.apache.org/core/9_0_0/core/org/apache/lucene/util/automaton/RegExp.html"
rel="noopener noreferrer"
target="_blank"
>
reserved characters
</a>{' '}
need to be escaped for exact match queries.
</li>
</ul>,
]}
content={
Expand Down

0 comments on commit 87db475

Please sign in to comment.