New example

This commit is contained in:
Georgy Litvinov 2020-08-29 10:47:28 +02:00
parent df4b1a09c4
commit a0b0588fa1

View file

@ -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