Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nextcloud
/
assistant
Public
Notifications
You must be signed in to change notification settings
Fork
41
Star
88
Code
Issues
48
Pull requests
24
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/chat message search
- #574
#574
Open
annaneliaa
wants to merge 9 commits into
nextcloud:main
nextcloud/assistant:main
from
annaneliaa:feature/chat-message-search
annaneliaa/assistant:feature/chat-message-search
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Feature/chat message search
#574
annaneliaa
wants to merge 9 commits into
nextcloud:main
nextcloud/assistant:main
from
annaneliaa:feature/chat-message-search
annaneliaa/assistant:feature/chat-message-search
Copy head branch name to clipboard
Commits
Commits on Jun 7, 2026
feat(search): add chat message search to mapper and service with unit tests
Show description for a2f752d
annaneliaa
committed
a2f752d
View commit details
Copy full SHA for a2f752d
Browse repository at this point
feat(search): add search endpoint to ChattyLLMController and route
Show description for ce256b2
annaneliaa
committed
ce256b2
View commit details
Copy full SHA for ce256b2
Browse repository at this point
enable CI
Show description for ef7416b
annaneliaa
committed
ef7416b
View commit details
Copy full SHA for ef7416b
Browse repository at this point
small formatting changes to make the code in line with the existing code
Show description for 002a45d
annaneliaa
committed
002a45d
View commit details
Copy full SHA for 002a45d
Browse repository at this point
Commits on Jun 8, 2026
feat(search)added message search to the UI: search input in sidebar, denounced api calls, filtered session, and a no results message. added a fix to backend: prefix message columns with table alias…
Show description for 6e4871f
annaneliaa
committed
6e4871f
View commit details
Copy full SHA for 6e4871f
Browse repository at this point
Commits on Jun 9, 2026
ran composer run openai
Show description for efb9192
annaneliaa
committed
efb9192
View commit details
Copy full SHA for efb9192
Browse repository at this point
feat(search): made a change to ChatService::searchMessages to pass the psalm CI check: updated
Show description for a8a5ba7
annaneliaa
committed
a8a5ba7
View commit details
Copy full SHA for a8a5ba7
Browse repository at this point
feat(search): simple highlighting is working. the matching parts of the search query are highlighted in yellow in the conversations. added a console debug statement to ChattyLLM:Message.vue
Show description for a9a88a5
annaneliaa
committed
a9a88a5
View commit details
Copy full SHA for a9a88a5
Browse repository at this point
Commits on Jul 6, 2026
scoped the search-query property to matching messages only. removed the wrong HTML highlighting that broke markdown, now uses the ** bold characters to highlight matching words. added fuzzy/multi w…
Show description for 8f101d9
annaneliaa
committed
8f101d9
View commit details
Copy full SHA for 8f101d9
Browse repository at this point
You can’t perform that action at this time.