]> Sergey Matveev's repositories - public-inbox.git/commit
search: clobber -user_pfx on query parser initialization
authorEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 02:03:51 +0000 (02:03 +0000)
committerEric Wong <e@yhbt.net>
Wed, 25 Mar 2020 01:48:35 +0000 (01:48 +0000)
commitb76f9a8ad97b28dc9329abddadd83252614882ad
tree3dc6a775083374cbdf572f521f08f5020fa68719
parentd111c17ff06c9af7e0690e4b00a0eeb1c505c92a
search: clobber -user_pfx on query parser initialization

While we don't currently reinitialize the query parser for
the lifetime of a PublicInbox::Search object and have no plans
to, it's incorrect to be appending to an existing array in
case we reininitialize the query parser in the future.
lib/PublicInbox/Search.pm