Skip to content

Commit

Permalink
Update search_syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiovincenzi authored Oct 10, 2023
1 parent e1d1dc5 commit defc858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/search_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For the ```string``` attributes you can use the following comparing operator:
- ``` .endswith() ```

### Numeric operations
For the numeric attributes you can use the following comparing operator:
For the ```numeric``` attributes you can use the following comparing operator:
- ``` == ```
- ``` != ```
- ``` > ```
Expand All @@ -46,7 +46,7 @@ For the numeric attributes you can use the following comparing operator:
- ``` <= ```

### Boolean operations
For the boolean attributes you can use the following comparing operator:
For the ```boolean``` attributes you can use the following comparing operator:
- ``` == ```
- ``` != ```

Expand Down

0 comments on commit defc858

Please sign in to comment.