Skip to content

fix(bookings): apply attendeeEmail filter correctly in v2 bookings#28516

Open
naaa760 wants to merge 1 commit intocalcom:mainfrom
naaa760:fix/get-all-book-filt
Open

fix(bookings): apply attendeeEmail filter correctly in v2 bookings#28516
naaa760 wants to merge 1 commit intocalcom:mainfrom
naaa760:fix/get-all-book-filt

Conversation

@naaa760
Copy link
Contributor

@naaa760 naaa760 commented Mar 20, 2026

What does this PR do?

  • Fix attendeeEmail filter in GET /v2/bookings to return only exact email matches.

How should this be tested?

  • Create 3 bookings with different attendee emails.
  • Query with one attendeeEmail; expect exactly 1 booking.

Checklist

[ ] Self-reviewed
[ ] Docs: N/A
[ ] Existing tests cover this path

fix : #28512

@github-actions github-actions bot added the 🐛 bug Something isn't working label Mar 20, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Copy link
Member

@sahitya-chandra sahitya-chandra left a comment

Choose a reason for hiding this comment

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

The issue is related to v2 api, but you made changes to internal trpc api,
also did you reproduce the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get all bookings filter

2 participants