]> Sergey Matveev's repositories - public-inbox.git/commit
search: free up 'Q' prefix for a real unique identifier
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 13 Feb 2018 03:02:56 +0000 (03:02 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Wed, 14 Feb 2018 00:35:23 +0000 (00:35 +0000)
commit956ab5a5362a76cb70488c042d0e087902ccc2b8
tree5c0fdb9a6bb677694aabcebce88fdf301198c8e1
parentdca7dc77cdc0ce8b2b1fc440a2a45011b58ba112
search: free up 'Q' prefix for a real unique identifier

This will allow easier-compatibility with v2 code which will
introduce content_id as the unique identifier.
The old "XMID" becomes "XM" as a free text searchable term.
"Q" becomes "XMID" as a boolean prefix.

There's no user-visible changes in this, but there needs to
be a schema version bump later on...
(more changes planned which can affect v1)
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchMsg.pm