/[webpac2]/Webpacus/lib/Webpacus/Controller/Search.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/Search.pm

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

revision 109 by dpavlin, Tue Nov 22 20:26:52 2005 UTC revision 116 by dpavlin, Wed Nov 23 21:52:20 2005 UTC
# Line 58  sub suggest : Regex('^search/suggest/*([ Line 58  sub suggest : Regex('^search/suggest/*([
58      my @suggestions;      my @suggestions;
59    
60          $log->info("search for '$q' in $what\n");          $log->info("search for '$q' in $what\n");
61      my @hits = $est->search( query => $q, max => 10, attr => [ $what ] );      my @hits = $est->search( phrase => $q, max => 10, get_attr => [ $what ] );
62    
63      my $used;      my $used;
64    

Legend:
Removed from v.109  
changed lines
  Added in v.116

  ViewVC Help
Powered by ViewVC 1.1.26