I really like Vikunja for the ability to be typing on keyboard most of the time and checking out, for example, tasks that are overdue with certain priority would be one of the most frequent use cases for me.
The problem is I just can’t simply search for virtual projects using only keyboard. Instead I have to manually click on virtual project on left navigation bar.
I’m talking about searching the global search (ctrl k) for virtual projects themselves, not tasks.
Here’s screenshot from demo instance that demonstrates the bug:
As you can see, there are no results displayed.
I’m observing this issue in both Typesense & regular search implementations.
P.S. “Overview”/“Projects” pages are not searchable too which is essental IMHO.
Alternatively could someone please suggest where I should be looking in code to include virtual projects in search results in case with Typesense?
Just to clarify, are you talking about searching for tasks in virtual projects or searching for the projects themselves? The latter is possible with the global search (ctrl k)
Dear @kolaente,
I’m talking about searching the global search (ctrl k) for virtual projects themselves, not tasks.
Here’s screenshot from demo instance that demonstrates the bug:
As you can see, there are no results displayed. It also produces same result with Typesense enabled.
Please let me know what you think and thank you for taking a look!
1 Like
This is now fixed in f6bfe2f13c, please check with the next unstable build (should be ready for deployment in ~45min, also on try).
@kolaente
Fix was merged in the following commit: f6bfe2f13c.
Testing:
Works as expected now on try.
Also confirmed to be working with Typesense enabled on same version as try.
Environment
Vikunja: v0.24.1-773-66293795e7 (latest changes from main branch).
Typesense: typesense v27.1
Redis: redis v7.4.0
DB: mariadb vLTS
Thank you very much!!!