]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
www_listing: start updating for pagination + search
[public-inbox.git] / lib / PublicInbox / Config.pm
index 3f0f5a0195d76e1d77e03f3e33f87342d59e92c9..36f2fafb2a532ecac9ee4167084bdb0c9c2ffe7e 100644 (file)
@@ -97,6 +97,11 @@ sub lookup_ei {
        $self->{-ei_by_name}->{$name} //= _fill_ei($self, $name);
 }
 
+sub lookup_eidx_key {
+       my ($self, $eidx_key) = @_;
+       _lookup_fill($self, '-by_eidx_key', $eidx_key);
+}
+
 # special case for [extindex "all"]
 sub ALL { lookup_ei($_[0], 'all') }