New example

This commit is contained in:
Georgy Litvinov 2020-08-29 10:47:28 +02:00
parent 3392665f83
commit dd30f56ae4

View file

@ -13,12 +13,12 @@
"condition": "AND",
"rules": [
{
"id": "ALLTEXT",
"field": "ALLTEXT",
"id": "titles",
"field": "titles",
"type": "string",
"input": "text",
"operator": "contains",
"value": "мутазилиты"
"operator": "not_contains",
"value": "постмодернизм"
},
{
"condition": "OR",
@ -29,25 +29,17 @@
"type": "string",
"input": "text",
"operator": "contains",
"value": "природа"
"value": "постмодернизм"
},
{
"id": "keywords",
"field": "keywords",
"id": "bibliography",
"field": "bibliography",
"type": "string",
"input": "text",
"operator": "contains",
"value": "натурфилософия"
"value": "постмодернизм"
}
]
},
{
"id": "keywords",
"field": "keywords",
"type": "string",
"input": "text",
"operator": "not_contains",
"value": "модус"
}
],
"valid": true