Skip to content

Commit 9b18400

Browse files
improve Search chapter
1 parent 33a75c1 commit 9b18400

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/assets/images/search.png

157 KB
Loading

docs/explorer/How-To-Guide/search_and_filter.md renamed to docs/explorer/search_and_filter.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Search
22

3-
Often, there is a large number of traces in the dataset. In this section, we describe how to search over these traces efficiently
4-
and filter them according to different criteria. For instance, searching for `maps` would return all traces containing the word `maps` somewhere in the trace.
3+
<div class='subtitle'>Use Explorer Search to quickly find and filter traces</div>
54

6-
### Exact search
5+
Often, there is a large number of traces in the dataset. In this chapter, we describe how to search over these traces efficiently and filter them according to different criteria.
6+
7+
For instance, searching for `maps` would return all traces containing the word `maps` somewhere in the trace.
8+
9+
<img src="/assets/images/search.png" class="img-fluid" alt="Search bar in the Invariant Explorer">
10+
11+
## Exact search
712

813
The simplest form of search is an exact search which searches for exact string (but case-insensitively) in the trace.
914

10-
### Filters
15+
For instance the term `maps` queries for traces containing the word `maps`, `Maps`, `MAPS`, etc.
16+
17+
## Filtered Search
1118

1219
Separately from exact search, any white-space-separated token containing a `:` is interpreted as a filter.
1320
There are several types of filters:

0 commit comments

Comments
 (0)