diff --git a/webapp/src/main/webapp/themes/iph/templates/queryBuilder.ftl b/webapp/src/main/webapp/themes/iph/templates/queryBuilder.ftl index ee182a38..78a215a3 100644 --- a/webapp/src/main/webapp/themes/iph/templates/queryBuilder.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/queryBuilder.ftl @@ -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