--- trunk/Estraier.pm 2006/01/04 22:46:16 17 +++ trunk/Estraier.pm 2006/01/04 22:48:29 18 @@ -402,6 +402,20 @@ $self->{options} ||= $options->{$option}; } +=head2 phrase + +Return search phrase. + + print $cond->phrase; + +=cut + +sub phrase { + my $self = shift; + return $self->{phrase}; +} + + package Search::Estraier::Master; use Carp;