]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Isearch.pm
get rid of unnecessary bytes::length usage
[public-inbox.git] / lib / PublicInbox / Isearch.pm
index 342d79137081bf5d5c67adc4f729c7e652ed7ac4..9ed2d9e5a1acee671ea26bed4d9dd12b49644490 100644 (file)
@@ -25,6 +25,7 @@ SELECT ibx_id FROM inboxes WHERE eidx_key = ? LIMIT 1
                die "E: `$self->{eidx_key}' not in $self->{es}->{topdir}\n";
 }
 
+sub query_approxidate { $_[0]->{es}->query_approxidate($_[1], $_[2]) }
 
 sub mset {
        my ($self, $str, $opt) = @_;