/[webpac2]/Webpacus/lib/Webpacus/Controller/Results.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/lib/Webpacus/Controller/Results.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 148 by dpavlin, Fri Nov 25 18:52:28 2005 UTC revision 149 by dpavlin, Fri Nov 25 18:52:39 2005 UTC
# Line 5  use warnings; Line 5  use warnings;
5  use base qw/Catalyst::Controller/;  use base qw/Catalyst::Controller/;
6  use Data::Dumper;  use Data::Dumper;
7    
8  my $hest_op_regex = qr/\[(:?BW|EW|RX)\]/;  # specify all Hyper Estraier operators which should stop this module
9    # from splitting search query and joining it with default operator
10    my $hest_op_regex = qr/(:?\[(:?BW|EW|RX)\]|AND|OR|ANDNOT)/;
11    
12  =head1 NAME  =head1 NAME
13    

Legend:
Removed from v.148  
changed lines
  Added in v.149

  ViewVC Help
Powered by ViewVC 1.1.26