about summary refs log tree commit homepage
path: root/t/search.t
DateCommit message (Expand)
2017-02-10search: remove unnecessary abstractions and functionality
2017-02-07search: hoist out git directory search index helper
2017-01-07search: remove subject_summary
2016-12-20searchmsg: remove ensure_metadata
2016-10-05thread: remove Email::Abstract wrapping
2016-09-09search: index attachment filenames
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-16search: add YYYYMMDD search range via "d:" prefix
2016-08-09searchidx: release Xapian FDs before spawning git log
2016-04-30searchmsg: ensure long subject lines are not broken
2016-03-03t/*.t: use identifiable tempdir names
2016-02-29t/search.t: use transactions to reduce I/O load
2016-02-28t/: remove unnecessary Dumper use
2015-09-30nntp: implement OVER/XOVER summary in search document
2015-09-06update copyright headers and email addresses
2015-09-03search: disable Message-ID compression in Xapian
2015-08-30search: do not index references and inreplyto terms
2015-08-25search: implement subject summarization
2015-08-23search: respect core.sharedRepository in for Xapian DB
2015-08-22search: split search indexing to a separate file
2015-08-21search: s/count/total/ for results
2015-08-18search: avoid creating ghosts for circular References
2015-08-17search: simplify indexing operation
2015-08-17terminology: replies => followups
2015-08-17skip search test if search support is missing
2015-08-16implement /s/$SUBJECT_PATH.html lookups
2015-08-15search: make search results more OO
2015-08-13initial search backend implementation