Skip to content

user search should match any substring, not just initial substring#1606

Merged
Oaphi merged 2 commits intodevelopfrom
cellio/1474-user-search-substring
Apr 26, 2025
Merged

user search should match any substring, not just initial substring#1606
Oaphi merged 2 commits intodevelopfrom
cellio/1474-user-search-substring

Conversation

@cellio
Copy link
Member

@cellio cellio commented Apr 24, 2025

Made the LIKE behavior for user search align with that for tag search, so you can match a substring from the middle of the name and not just the initial substring. One-character fix.

Fixes #1474.

@cellio cellio requested a review from a team April 24, 2025 18:04
@codecov
Copy link

codecov bot commented Apr 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.29%. Comparing base (75e88cb) to head (6254252).
Report is 3 commits behind head on develop.

Additional details and impacted files
Components Coverage Δ
controllers 59.24% <ø> (ø)
helpers 68.18% <ø> (ø)
jobs 28.00% <ø> (ø)
models 80.16% <100.00%> (+0.07%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cellio cellio force-pushed the cellio/1474-user-search-substring branch from bf05fe2 to 54c968e Compare April 24, 2025 18:12
Copy link
Member

@Oaphi Oaphi left a comment

Choose a reason for hiding this comment

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

LGTM, just added a quick test to increase coverage

@Oaphi Oaphi merged commit 93cfa61 into develop Apr 26, 2025
9 checks passed
@Oaphi Oaphi deleted the cellio/1474-user-search-substring branch April 26, 2025 20:53
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.

User search matches only initial substrings

3 participants