--- loncom/interface/lonsearchcat.pm 2001/03/20 11:45:21 1.42
+++ loncom/interface/lonsearchcat.pm 2001/03/27 13:25:41 1.82
@@ -31,8 +31,11 @@
# server reference,
# environment reference,
# reply list reference) : outputs results from search
-# build_SQL_query() : builds a SQL query string from a logical expression
-# with AND/OR keywords
+# build_SQL_query(field name, logic) : builds a SQL query string from a
+# logical expression with AND/OR keywords
+# recursive_SQL_query_build(field name, reverse notation expression) :
+# builds a SQL query string from a reverse notation expression
+# logical expression with AND/OR keywords
package Apache::lonsearchcat;
@@ -48,6 +51,23 @@ my $scrout;
my %metadatafields;
my %cprtag;
my %mimetag;
+my $closebutton;
+my $basicviewselect=<
Example: grandmother=75 OR grandfather=85
@@ -215,6 +239,17 @@ CUSTOMMETADATA
$scrout.=&simpletextfield('custommetadata',$ENV{'form.custommetadata'});
$scrout.=' initial users of this system do not need to worry about this option';
+ $scrout.=<
+CUSTOMSHOW
+$scrout.=&simpletextfield('customshow',$ENV{'form.customshow'});
+$scrout.=' initial users of this system do not need to worry about this option';
+
# ---------------------------------------------------------------- Print screen
$r->print(<
-
-
-
+
+
+$closebutton
+$basicviewselect
- - - + + +$closebutton +$advancedviewselect