1
0

feat(views): save view and position in Typesense

This commit is contained in:
kolaente
2024-03-15 16:09:09 +01:00
parent 5641da27f7
commit 43f24661d7
5 changed files with 111 additions and 69 deletions

View File

@ -258,7 +258,6 @@ func getTaskIndexFromSearchString(s string) (index int64) {
return
}
//nolint:gocyclo
func getRawTasksForProjects(s *xorm.Session, projects []*Project, a web.Auth, opts *taskSearchOptions) (tasks []*Task, resultCount int, totalItems int64, err error) {
// If the user does not have any projects, don't try to get any tasks