Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ironapi
api
Wiki
Api
Queries
Query Search Options
Query Search Options
· Changes
Page history
attrs docu
authored
Jan 26, 2022
by
Andrea Pavlovic
Show whitespace changes
Inline
Side-by-side
API/Queries/Query-Search-Options.md
View page @
8b06666e
...
...
@@ -154,7 +154,7 @@ To search for "data" within the names of entites, which we know are written in "
```
json
{
"conds"
:
{
"-tsquery"
:
[
"english"
,
"me.name"
,
"data"
]
}
,
"conds"
:
{
"-tsquery"
:
[
"english"
,
"me.name"
,
"data"
]
}
}
```
...
...