about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
DateCommit message (Expand)
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