New example
This commit is contained in:
parent
800e7bb2ff
commit
37e06f9b72
1 changed files with 8 additions and 16 deletions
|
@ -13,12 +13,12 @@
|
||||||
"condition": "AND",
|
"condition": "AND",
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"id": "ALLTEXT",
|
"id": "titles",
|
||||||
"field": "ALLTEXT",
|
"field": "titles",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"input": "text",
|
"input": "text",
|
||||||
"operator": "contains",
|
"operator": "not_contains",
|
||||||
"value": "мутазилиты"
|
"value": "постмодернизм"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"condition": "OR",
|
"condition": "OR",
|
||||||
|
@ -29,25 +29,17 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"input": "text",
|
"input": "text",
|
||||||
"operator": "contains",
|
"operator": "contains",
|
||||||
"value": "природа"
|
"value": "постмодернизм"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "keywords",
|
"id": "bibliography",
|
||||||
"field": "keywords",
|
"field": "bibliography",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"input": "text",
|
"input": "text",
|
||||||
"operator": "contains",
|
"operator": "contains",
|
||||||
"value": "натурфилософия"
|
"value": "постмодернизм"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "keywords",
|
|
||||||
"field": "keywords",
|
|
||||||
"type": "string",
|
|
||||||
"input": "text",
|
|
||||||
"operator": "not_contains",
|
|
||||||
"value": "модус"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"valid": true
|
"valid": true
|
||||||
|
|
Loading…
Add table
Reference in a new issue