Skip to content

Commit

Permalink
Update table of content
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiovincenzi authored Oct 13, 2023
1 parent f86ea7f commit 6f071e8
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions docs/search_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@ This document serves as a guide to the search syntax that enables users to effec

The syntax follows Python conventions, in the sections that follow, we will delve into the specifics of the supported operations and provide examples.

- [Search Runs](#search-runs)
- [Search Metrics](#search-metrics)
- [Operations](#operations)
- [String operations](#string-operations)
- [Numeric operations](#numeric-operations)
- [Boolean operations](#boolean-operations)
- [Implicit Boolean comparison](#implicit-boolean-comparison)
- [Logical operations](#logical-operations)
- [Search Runs](#search-runs)
- [Search Metrics](#search-metrics)
- [Operations](#operations)
- [String operations](#string-operations)
- [Numeric operations](#numeric-operations)
- [Boolean operations](#boolean-operations)
- [Implicit Boolean comparison](#implicit-boolean-comparison)
- [Logical operations](#logical-operations)
- [```in``` operator](#in-operator)
- [Search run examples](#search-run-examples)
- [Example with run.name (string)](#example-with-runname-string)
- [Example with run.duration (numeric)](#example-with-runduration-numeric)
- [Example with run.archived (boolean)](#example-with-runarchived-boolean)
- [Example with ```run.name``` (string)](#example-with-runname-string)
- [Example with ```run.duration``` (numeric)](#example-with-runduration-numeric)
- [Example with ```run.archived``` (boolean)](#example-with-runarchived-boolean)
- [Run parameters](#run-parameters)
- [Filtering Runs with Unset Parameters](#filtering-runs-with-unset-parameters)
- [Filter Runs using Regular Expressions](#filter-runs-using-regular-expressions)
- [Complex query for run search](#complex-query-for-run-search)
- [Search metrics examples](#search-metrics-examples)
- [Example with metric.name (string)](#example-with-metricname-string)
- [Example with metric.last (numeric)](#example-with-metriclast-numeric)
- [Example with ```metric.name``` (string)](#example-with-metricname-string)
- [Example with ```metric.last``` (numeric)](#example-with-metriclast-numeric)
- [Filter Metrics by run](#filter-metrics-by-run)
- [Complex query for metric search](#complex-query-for-metric-search)

Expand Down

0 comments on commit 6f071e8

Please sign in to comment.