janhq / jan

Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM)
https://jan.ai/
GNU Affero General Public License v3.0
23.34k stars 1.36k forks source link

feat: users can search in threads using keyword/combination/regex #2930

Open nikiluk opened 5 months ago

nikiluk commented 5 months ago

Problem It's not possible to search for a specific keyword in the Threads. I have to call developer tools and search via dev tools and this is not very user-friendly.

Success Criteria

Example from VS Code: image

Additional context It would be great to implement a RegEx search too as an additional option.

0xSage commented 2 months ago

We need to think through if this is just a thread level search or a global search (e.g. cmd+k)