diff --git a/app/templates/_base/_modals/_manual/09_query_builder.html.j2 b/app/templates/_base/_modals/_manual/09_query_builder.html.j2 index be36748c..17f8a57d 100644 --- a/app/templates/_base/_modals/_manual/09_query_builder.html.j2 +++ b/app/templates/_base/_modals/_manual/09_query_builder.html.j2 @@ -11,9 +11,9 @@ adjective, etc.). In addition, you can also search for structural attributes, or specify your query for a token (word, lemma, pos) via entity typing. And of course, the different text parameters can be combined.
Tokens and structural attributes can be added by clicking on the "+" button
-(the "input marker") in the input field. Elements added are shown as chips. These can
-be reorganized using drag and drop. The input marker can also be moved in this way.
-Its position shows where new elements will be added.
+(the "input marker") in the input field or the labeled buttons below it. Elements
+added are shown as chips. These can be reorganized using drag and drop. The input
+marker can also be moved in this way. Its position shows where new elements will be added.
A "translation" of your query into Corpus Query Language (CQL) is shown below.
Advanced users can make direct use of the Corpus Query Language (CQL) by switching to "expert mode" via the toggle button.
The entire input field can be cleared using the red trash icon on the right.
@@ -23,7 +23,7 @@ A "translation" of your query into Corpus Query Language (CQL) is shown below.You have the possibility to extend or specify your searched token with +
You have the possibility to extend or specify the token you are searching for with certain factors. For this the query builder offers some fixed options. You can find more information about the options in the Corpus Query Language Tutorial.
Tokens that have already been added can also be modified by clicking on the corresponding pen icon. Click on the "ignore case" box, for example, and the query builder will - not differentiate between upper- and lower- case letters for that respective token.
+ not differentiate between upper- and lower- case letters for that respective token. + New conditions added apply to the most recent token information.