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 @
ca61d767
...
...
@@ -53,7 +53,6 @@ WHERE ( me.name = me.label )
`POST /data/system/entity/query`
```
json
#
{
"conds"
:
{
"me.name"
:
{
"-like"
:
"%a%"
}}
}
{
"conds"
:
{
"me.name"
:
{
"-not_like"
:
"%a%"
}}
}
{
"conds"
:
{
"me.name"
:
{
"-ilike"
:
"%a%"
}}
}
...
...