From 4bbdf4f9bf94bd5a11a0c4f94df132de77b82abd Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Fri, 19 Aug 2022 10:33:07 +0200 Subject: [PATCH] move help icon to the appropriate label and relabel the input from "keywords" to "search term" as discussed with @daniel-jettka and @AnastasiaWawilow --- modules/list_files.xq | 59 +++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/modules/list_files.xq b/modules/list_files.xq index b37f8495..baa09519 100755 --- a/modules/list_files.xq +++ b/modules/list_files.xq @@ -171,7 +171,35 @@ declare function local:format-reference( Filter by:   Publication status Collection - Keywords + Search term ?Search terms may be combined using boolean operators. Wildcards allowed. + Search is case insensitive (except for boolean operators, which must be uppercase) and will query the whole document. + Some examples:
+ + + carl OR nielsen + Boolean OR (default) + + + carl AND nielsen + Boolean AND + + + "carl nielsen" + Exact phrase + + + niels* + Match any number of characters. Finds Niels, Nielsen and Nielsson
+ (use only at end of word) +
+
+ + niels?n + Match 1 character. Finds Nielsen and Nielson, but not Nielsson + +
+
+
  @@ -217,35 +245,6 @@ declare function local:format-reference( - ?Search terms may be combined using boolean operators. Wildcards allowed. - Search is case insensitive (except for boolean operators, which must be uppercase). - Some examples:
- - - carl OR nielsen - Boolean OR (default) - - - carl AND nielsen - Boolean AND - - - "carl nielsen" - Exact phrase - - - niels* - Match any number of characters. Finds Niels, Nielsen and Nielsson
- (use only at end of word) -
-
- - niels?n - Match 1 character. Finds Nielsen and Nielson, but not Nielsson - -
-
-