about summary refs log tree commit homepage
path: root/t/search.t
DateCommit message (Expand)
2021-04-16search: expand "d:" to "dt:" for precision with approxidate
2021-02-12search: query_approxidate: cleanup regexp, more tests
2021-02-11search: use git approxidate in WWW and "lei q --stdin"
2021-02-10search: fix argv handling of quoted phrases
2021-02-08spawnpp: raise exception on E2BIG errors
2021-02-08lei q: use git approxidate with d:, dt: and rt: ranges
2021-01-03use Eml (or MIME) objects for all indexing paths
2021-01-01update copyrights for 2021
2020-12-23miscsearch: index UIDVALIDITY, use as startup cache
2020-12-21searchidx: rename get_val to int_val and return IV
2020-11-07searchidx: remove xref3 support for Xapian
2020-11-07searchidx: introduce "xref3" concept
2020-09-24searchidx: fix (undocumented) --skip-docdata handling
2020-09-03search: replace ->query with ->mset
2020-09-03use more idiomatic internal API for ->over access
2020-09-03disambiguate OverIdx and Over by field name
2020-08-20smsg: remove from_mitem
2020-08-02searchidx: remove v1-only msg_mime sub
2020-07-25searchidx: rename _xdb_{acquire,release} => idx_
2020-07-17search: simplify unindexing
2020-06-13index: account for CRLF conversion when storing bytes
2020-06-13search: index UID for IMAP search, too
2020-06-13search: index byte size of a message for IMAP search
2020-06-03smsg: remove remaining accessor methods
2020-05-17descend into message/(rfc822|news|global) parts
2020-05-09remove most internal Email::MIME usage
2020-05-09search: support searching on List-Id
2020-04-26tests: replace mime_from_path with mime_load
2020-04-26tests: remove Email::MIME->create use entirely
2020-04-26testcommon: introduce mime_load sub
2020-04-22t/*.t: reduce dependency on Email::MIME APIs
2020-04-20testcommon: spawn-aware system() and qx[] workalikes
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-04-09triewyde: ficks soem speling errrors
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-05search: remove lookup_article
2019-12-24t/search.t: update permissions check for OpenBSD
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-05t/search: bail out on `git init --shared' failures
2019-10-03t/search: show file modes as octal on failures
2019-09-09run update-copyrights from gnulib for 2019
2019-06-14search: require PublicInbox::Inbox ref here
2019-06-14searchidx: require PublicInbox::Inbox (or InboxWritable) ref
2019-05-23search: reenable phrase search on non-chert Xapian
2019-05-22t/search*: require DBI and DBD::SQLite, too
2019-05-15lazy load Xapian and make it optional for v2
2019-05-15www: use Inbox->over where appropriate