Hi, I'm incredibly new to svelte (only from tinkering with this project, and this is my first PR) and also not too familiar with github (this is my first ever PR). That said, I think I've done this properly, and the changes I've made are relatively minor.
This PR is to update the chat search functionality in the sidebar so that it searches the content of conversations, in addition to the titles.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/675
**Author:** [@HenryHolloway](https://github.com/HenryHolloway)
**Created:** 2/8/2024
**Status:** ✅ Merged
**Merged:** 2/8/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `main` ← **Head:** `ollama-webui-full-search`
---
### 📝 Commits (2)
- [`3fa7718`](https://github.com/open-webui/open-webui/commit/3fa7718fa1b822dafa3cf15c273463d7a6d1b765) full search
- [`5beff6d`](https://github.com/open-webui/open-webui/commit/5beff6d5f78243db1a6c694ea978dbe69c9247bc) refac: optimisation
### 📊 Changes
**1 file changed** (+28 additions, -11 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/layout/Sidebar.svelte` (+28 -11)
</details>
### 📄 Description
Hi, I'm incredibly new to svelte (only from tinkering with this project, and this is my first PR) and also not too familiar with github (this is my first *ever* PR). That said, I think I've done this properly, and the changes I've made are relatively minor.
This PR is to update the chat search functionality in the sidebar so that it searches the *content* of conversations, in addition to the titles.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/675
Author: @HenryHolloway
Created: 2/8/2024
Status: ✅ Merged
Merged: 2/8/2024
Merged by: @tjbck
Base:
main← Head:ollama-webui-full-search📝 Commits (2)
3fa7718full search5beff6drefac: optimisation📊 Changes
1 file changed (+28 additions, -11 deletions)
View changed files
📝
src/lib/components/layout/Sidebar.svelte(+28 -11)📄 Description
Hi, I'm incredibly new to svelte (only from tinkering with this project, and this is my first PR) and also not too familiar with github (this is my first ever PR). That said, I think I've done this properly, and the changes I've made are relatively minor.
This PR is to update the chat search functionality in the sidebar so that it searches the content of conversations, in addition to the titles.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.