Skip to content

feat(agent-applications): session search matches conversation text - #2895

Merged
benjackwhite merged 1 commit into
mainfrom
agent-session-search-conversations
Jun 25, 2026
Merged

feat(agent-applications): session search matches conversation text#2895
benjackwhite merged 1 commit into
mainfrom
agent-session-search-conversations

Conversation

@benjackwhite

Copy link
Copy Markdown
Contributor

Frontend counterpart to PostHog/posthog#65764 (the persisted search_text digest that makes session search cover transcripts).

The session search box already sends ?search=; that PR makes the backend match the conversation text (not just id / external_key). This aligns the UI copy:

  • Placeholder: Search by id or external key…Search conversations…
  • AgentSessionsListParams.search doc updated to mention the conversation text.

No behaviour change on this side — purely the copy/doc that was narrowed when transcript search was deferred for scale. Merge alongside (or after) #65764.

🤖 Generated with Claude Code

With the backend search_text digest landing (PostHog/posthog#65764), the
sessions search now matches transcript text — restore the placeholder to
"Search conversations…" and update the param doc (both were narrowed to
"id or external key" while transcript search was deferred for scale).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

React Doctor found no issues in the changed files. 🎉

Reviewed by React Doctor for commit f86dedf.

@greptile-apps

greptile-apps Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "feat(agent-applications): session search..." | Re-trigger Greptile

Comment on lines +106 to 107
placeholder="Search conversations…"
aria-label="Search sessions"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 The placeholder was updated to "Search conversations…" but the aria-label still reads "Search sessions", making the two inconsistent for screen reader users. Aligning them keeps the accessible label in sync with the visible copy.

Suggested change
placeholder="Search conversations…"
aria-label="Search sessions"
placeholder="Search conversations…"
aria-label="Search conversations"

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@benjackwhite
benjackwhite marked this pull request as ready for review June 24, 2026 12:08
@benjackwhite
benjackwhite merged commit 503db44 into main Jun 25, 2026
24 checks passed
@benjackwhite
benjackwhite deleted the agent-session-search-conversations branch June 25, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants