Commit Graph

27 Commits

Author SHA1 Message Date
ecbefdb921
fix(buckets): return correct task count for tasks in buckets
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-14 17:21:53 +02:00
77e95642a9
fix(tasks): make fetching tasks in buckets via typesense work
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-13 17:52:47 +02:00
3519b8b2fe
fix(tasks): index and order by task position when using typesense 2024-04-13 17:19:27 +02:00
fa137b1ffc
fix(views): include order by fields in distinct clause when sorting by task position
Some checks failed
continuous-integration/drone/pr Build is failing
2024-03-19 17:05:12 +01:00
004f1e06bb
fix(views): do not return kanban tasks multiple times 2024-03-19 00:47:50 +01:00
398c9f1056
fix(views): return tasks in their buckets 2024-03-19 00:47:48 +01:00
ee6ea03506
feat(views): sort by position 2024-03-19 00:47:47 +01:00
43f24661d7
feat(views): save view and position in Typesense 2024-03-19 00:47:47 +01:00
d1d07f462c
feat(views): sort tasks by their position relative to the view they're in 2024-03-19 00:47:46 +01:00
28fa2c517a
feat(filters): make new filter syntax work with Typesense 2024-03-09 19:06:48 +01:00
87c027aafd
chore(filters): cleanup old variables 2024-03-09 19:06:35 +01:00
76ed2cff5f
feat(filter): nesting 2024-03-09 19:06:35 +01:00
c1e137d8ee
fix(filter): make sure single filter condition works 2024-03-09 19:06:34 +01:00
de320aac72
feat(filters): basic text filter works now 2024-03-09 19:06:34 +01:00
b95b92a23a
fix(filters): add explicit check for string slice filter
Some checks failed
continuous-integration/drone/push Build is failing
Resolves https://github.com/go-vikunja/api/issues/109
2024-02-05 22:08:17 +01:00
8efdc96d02
chore(filters): log type if unknown filter type
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-01 16:19:22 +01:00
4d48d814c9 fix: update function signatures
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-16 14:06:44 +00:00
6169c2e12e
fix(typesense): correctly convert date values for typesense
All checks were successful
continuous-integration/drone/push Build is passing
Resolves vikunja/api#1636
2023-11-09 12:29:52 +01:00
58497f29e6
fix(kanban): filter for tasks in buckets by assignee should not modify the filter directly
Some checks failed
continuous-integration/drone/push Build is failing
Resolves https://github.com/go-vikunja/api/issues/84
2023-10-11 18:43:28 +02:00
c217233e08
fix(typesense): getting all data from typesense
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-29 21:26:12 +02:00
e518fb1191
chore: remove year from copyright headers
Some checks failed
continuous-integration/drone/push Build is failing
Resolves vikunja/api#1483
2023-09-01 08:32:28 +02:00
29317b980e
fix: lint
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-29 11:32:45 +02:00
4f2796ac58
fix(filters): make "in" filter comparator work with Typesense
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-29 11:14:36 +02:00
d0e3062bee
feat(tasks): allow filtering for reminders, assignees and labels with Typesense
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-29 10:54:18 +02:00
748651447a
feat(tasks): find tasks by their identifier when searching with Typesense
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-29 09:31:36 +02:00
2ca193e63b
feat(tasks): make sorting and filtering work with Typesense 2023-08-28 19:10:18 +02:00
010b4ce783
feat(tasks): add searching via typesense 2023-08-28 12:14:50 +02:00