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