Skip to content

Conversation

@Zylphrex
Copy link
Member

When using one of the wildcard operators (contains, starts with, ends with), we need to make sure to properly escape backslashes in order to handle the search correctly.

When using one of the wildcard operators (contains, starts with, ends with), we
need to make sure to properly escape backslashes in order to handle the search
correctly.
@Zylphrex Zylphrex requested review from a team as code owners November 14, 2025 17:26
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 14, 2025
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #103379    +/-   ##
=========================================
  Coverage   80.67%    80.68%            
=========================================
  Files        9236      9237     +1     
  Lines      394524    394674   +150     
  Branches    25148     25148            
=========================================
+ Hits       318286    318429   +143     
- Misses      75791     75798     +7     
  Partials      447       447            

@Zylphrex Zylphrex merged commit beafb95 into master Nov 17, 2025
66 of 67 checks passed
@Zylphrex Zylphrex deleted the txiao/fix/handle-backslashes-in-wildcard-operators branch November 17, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants