about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
DateCommit message (Expand)
2015-11-20various internal documentation updates
2015-10-02rename mid_compress to id_compress
2015-09-30nntp: implement OVER/XOVER summary in search document
2015-09-30search: remove get_subject_path
2015-09-18read-only NNTP server
2015-09-15extmsg: wire up to use msgmap for prefixes
2015-09-06update copyright headers and email addresses
2015-09-05extmsg: fall back to partial Message-ID matching
2015-09-05search: tweak parsing for internal queries
2015-09-05search: note why we do not support FLAG_PURE_NOT
2015-09-05search: use relevance as secondary sort by default
2015-09-05view: preliminary HTML search interface
2015-09-03search: disable Message-ID compression in Xapian
2015-09-01search: show newest results first
2015-09-01search: allow querying all mail with ''
2015-09-01search: reduce redundant doc data
2015-08-30search: do not index references and inreplyto terms
2015-08-29avoid length in boolean context
2015-08-28search: do not load type into metadata
2015-08-25search: implement subject summarization
2015-08-25mid: mid_compressed => mid_compress
2015-08-25search: only sort by relevance if requested
2015-08-22search: consistently pass options and flags
2015-08-22search: split search indexing to a separate file
2015-08-21search: s/count/total/ for results
2015-08-21mbox: stream entire thread, regardless of size
2015-08-20search: preserve References: order in document data
2015-08-20avoid using header_raw for Message-ID retrieval
2015-08-20search: index_sync allows specifying alternate HEAD
2015-08-20search: bump schema version to 5 for subject_path
2015-08-20search: reject ghosts in all cases
2015-08-20search: avoid needless decode
2015-08-20index: simplify main landing page if search-enabled
2015-08-18search: bump SCHEMA_VERSION to 4
2015-08-18search: expose $PublicInbox::Search::LANG variable
2015-08-18search: common Subject: normalization for Re: prefixes
2015-08-18search: avoid creating ghosts for circular References
2015-08-17search: simplify indexing operation
2015-08-17search: bump schema version for '%' compression change
2015-08-17search: apply mid_compression to subject paths, too
2015-08-17search: use raw headers without MIME decoding
2015-08-17terminology: replies => followups
2015-08-16implement /s/$SUBJECT_PATH.html lookups
2015-08-16search: remove unnecessary xpfx export
2015-08-15search: make search results more OO
2015-08-15extract redundant Message-ID handling code
2015-08-15search: implement index_sync to fixup indexer
2015-08-13initial search backend implementation