aboutsummaryrefslogtreecommitdiffstats
path: root/worker/lib/search.go
Commit message (Expand)AuthorAgeFilesLines
* completion: display descriptions next to choicesRobin Jarry3 days1-1/+1
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-2/+2
* search: fix crash during message searchjp392024-04-021-5/+3
* log: move package to libRobin Jarry2024-02-141-1/+1
* filter: allow workers to combine filter termsKoni Marti2024-02-111-1/+1
* search: add rcpts fields to header in search criteriaKoni Marti2023-11-121-0/+1
* search: use a common api for all workersRobin Jarry2023-10-281-134/+54
* worker: move shared code to libRobin Jarry2023-10-281-4/+6
* search: handle headers in search/filter queryJulian Marcos2023-04-221-1/+7
* model: change flags array to bitmaskRobin Jarry2023-01-041-32/+17
* search: handle date ranges in search/filter queryKoni Marti2022-12-021-4/+38
* go: removed io/ioutilMoritz Poldrack2022-08-221-3/+3
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+4
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-2/+2
* mbox: implement an mbox backend workerKoni Marti2022-07-141-0/+254