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 - -
-
-