]> Sergey Matveev's repositories - public-inbox.git/commit
initial search backend implementation
authorEric Wong <e@80x24.org>
Thu, 13 Aug 2015 02:32:22 +0000 (02:32 +0000)
committerEric Wong <e@80x24.org>
Thu, 13 Aug 2015 03:30:40 +0000 (03:30 +0000)
commit675494c58ef7a39a92c79cbf02975b9da3991c0b
tree5ab166b191b8bec3e112977b86ae7806ef1952d6
parent2981d6929f400630e575bcc8fc1851bc531e73e9
initial search backend implementation

This shall allow us to search for replies/threads more easily.
lib/PublicInbox/Search.pm [new file with mode: 0644]
lib/PublicInbox/SearchMsg.pm [new file with mode: 0644]
public-inbox-index [new file with mode: 0644]
t/search.t [new file with mode: 0644]