about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
DateCommit message (Expand)
2017-02-10search: remove unnecessary abstractions and functionality
2017-02-06search: schema version bump for empty References/In-Reply-To
2017-01-10introduce PublicInbox::MIME wrapper class
2017-01-07search: remove subject_summary
2017-01-07searchmsg: favor direct hash access over accessor methods
2016-12-22search: lookup_mail handles modified DBs
2016-12-20searchmsg: remove ensure_metadata
2016-12-10search: retry document loading from Xapian
2016-12-10search: always sort thread results in ascending time order
2016-09-13help: document new search prefixes
2016-09-09search: index attachment filenames
2016-09-09search: fix compatibility with Debian wheezy
2016-09-09search: fix space regressions from recent changes
2016-09-09search: more granular message body searching
2016-09-09search: drop longer subject: prefix for search
2016-09-09search: allow searching user fields (To/Cc/From)
2016-08-18www: implement generic help text
2016-08-16search: add YYYYMMDD search range via "d:" prefix
2016-08-16search: drop pointless range processors for Unix timestamp
2016-08-14search: gracefully handle lookup_message failure
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-06-21search: support Subject:-less messages
2016-06-21searchidx: merge old thread id from ghosts
2016-06-20www: improve topic view by scanning for ghosts
2016-06-19search: reopen and retry on updated databases
2016-06-17search: increase limit for thread search
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