New example
This commit is contained in:
parent
3392665f83
commit
dd30f56ae4
1 changed files with 8 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue