summaryrefslogtreecommitdiff
path: root/lib/mu-query.cc
AgeCommit message (Expand)Author
2024-05-08mu-query: minor cleanupsDirk-Jan C. Binnema
2024-05-01lib: centralize xapian include, enable move semanticsDirk-Jan C. Binnema
2023-09-12mu-query: remove unnused move ctorDirk-Jan C. Binnema
2023-09-09support xapian ngramsDirk-Jan C. Binnema
2023-09-09lib: implement new query parserDirk-Jan C. Binnema
2023-08-04mu-query: small optimization tweaksDirk-Jan C. Binnema
2023-07-20migrate some more code to mu_format / join_pathsDirk-Jan C. Binnema
2023-07-05update to use fmt-based apisDirk-Jan C. Binnema
2023-07-02all: update for API changes (config etc.)Dirk-Jan C. Binnema
2022-06-29query: exclude some test code from coverageDirk-Jan C. Binnema
2022-04-30lib: move 3rd party code to thirdparty; add tabulate.hppDirk-Jan C. Binnema
2022-04-30query: update query subsys to use MessageDirk-Jan C. Binnema
2022-03-28lib+guile: use Mu::Option, not std::optionalDirk-Jan C. Binnema
2022-03-26many: update for lib/message updatesDirk-Jan C. Binnema
2022-03-04lib/query,parser: update to use mu-message-fieldsDirk-Jan C. Binnema
2022-01-30store/query: access query only through storeDirk-Jan C. Binnema
2021-10-23mu-query: honor maxnum in threaded queriesDirk-Jan C. Binnema
2021-10-20clang-format: update c/cc coding styleDirk-Jan C. Binnema
2021-10-18lib: replace CATCH_BLOCK macros with template magicDirk-Jan C. Binnema
2021-07-11query: fix include-related.Nicolas Avrutin
2021-06-17query-results: remove GatherThreadIdsDirk-Jan C. Binnema
2021-06-04query: gather related ids from mset, not match-deciderDirk-Jan C. Binnema
2021-03-17query: Better debug loggingDirk-Jan C. Binnema
2021-02-15query: honor maxnum in threaded searchesDirk-Jan C. Binnema
2021-02-15query: avoid expected warningDirk-Jan C. Binnema
2021-02-15query: filter out docs without query-matchesDirk-Jan C. Binnema
2021-02-13mu-query: tweaks threaded/threaded queryingDirk-Jan C. Binnema
2021-02-12query: improve thread-key-makerDirk-Jan C. Binnema
2021-02-10mu-query: sort "related" input by dateDirk-Jan C. Binnema
2021-02-10lib: improve threaded sortingDirk-Jan C. Binnema
2021-01-25query: in related/threaded mode, search allDirk-Jan C. Binnema
2021-01-20query: Rework querying/threading machineryDirk-Jan C. Binnema
2020-11-04lib/query: refactor & reworkDirk-Jan C. Binnema
2020-10-31lib: improve error handling, cleanupsDirk-Jan C. Binnema
2020-07-25fix compilation error / clang warningsDirk-Jan C. Binnema
2020-05-30rework logging systemDirk-Jan C. Binnema
2020-03-15mu4e: use faster count queries, document differencesDirk-Jan C. Binnema
2020-02-20lib/parser -> lib/queryDirk-Jan C. Binnema
2020-01-22mu-query: implement mu_query_count_runDirk-Jan C. Binnema
2020-01-01lib: Use Mu:Error exceptionDirk-Jan C. Binnema
2019-12-22move parser/utils to utils, Mux->MuDirk-Jan C. Binnema
2019-12-22update for lib/utils splitDirk-Jan C. Binnema
2019-07-30lib/mu-store: rework implementationDirk-Jan C. Binnema
2018-07-09Perform threading calculation on related set instead of entire result.Nicolas Avrutin
2017-12-03mu: support 'raw' query (internally)djcb
2017-11-02query: don't be too eager matching field namesdjcb
2017-10-30mu: fix clang builddjcb
2017-10-27server: update query processingdjcb
2017-10-25update commands for new query parserdjcb
2017-10-25integrate new query parserdjcb