Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix the error on special chars in search strings #2261

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

Koncopd
Copy link
Member

@Koncopd Koncopd commented Dec 6, 2024

ln.Feature.search("cat[") errors without this fix because unclosed "[" is considered an incorrect regex.

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.89%. Comparing base (4c27162) to head (d1513df).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2261      +/-   ##
==========================================
+ Coverage   92.71%   92.89%   +0.18%     
==========================================
  Files          55       55              
  Lines        6947     7169     +222     
==========================================
+ Hits         6441     6660     +219     
- Misses        506      509       +3     

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

Copy link

github-actions bot commented Dec 6, 2024

@github-actions github-actions bot temporarily deployed to pull request December 6, 2024 13:23 Inactive
@Koncopd Koncopd merged commit 93e3499 into main Dec 6, 2024
16 checks passed
@Koncopd Koncopd deleted the escape_search branch December 6, 2024 13:24
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.

1 participant