]> Sergey Matveev's repositories - public-inbox.git/commit
lei_search: ignore Resent-Message-ID for indexing
authorEric Wong <e@80x24.org>
Sun, 4 Apr 2021 17:38:07 +0000 (22:38 +0500)
committerEric Wong <e@80x24.org>
Mon, 5 Apr 2021 07:16:44 +0000 (07:16 +0000)
commit2bc26e606d4b7f109e263911613b2d1d4692637e
treeb01d1605c1181fac33661ff564b0d64aa46f2975
parent842e684f0a4154787274843eb3c9be2eef11b160
lei_search: ignore Resent-Message-ID for indexing

It currently conflicts with the way OverIdx and SearchIdx
index messages, ultimately leading to violating a NOT NULL
constraint on id2num.id in over.sqlite3.

We may allow searching Resent-* fields separately, though I'm
not sure how useful it'll be.
lib/PublicInbox/LeiSearch.pm
t/lei-import.t