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: unquoted insensitive search queries ,fixes #20 #23

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

oxdev03
Copy link
Owner

@oxdev03 oxdev03 commented Jul 27, 2024

No description provided.

@oxdev03 oxdev03 linked an issue Jul 27, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jul 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
src/filter/test-value.ts 100.00% <100.00%> (ø)
src/tests/__fixtures__/filter/logical-queries.ts 100.00% <100.00%> (ø)

... and 25 files with indirect coverage changes

Copy link

codspeed-hq bot commented Jul 27, 2024

CodSpeed Performance Report

Merging #23 will degrade performances by 58.65%

Comparing fix-case-insensitive-searching (9b710f2) with master (3e282cb)

Summary

⚡ 1 improvements
❌ 2 (👁 2) regressions
✅ 7 untouched benchmarks

Benchmarks breakdown

Benchmark master fix-case-insensitive-searching Change
👁 should filter with conjunction 4.7 ms 11.4 ms -58.58%
👁 should filter with negation 9 ms 21.8 ms -58.65%
should filter with wildcard 51.2 ms 29 ms +76.43%

@oxdev03 oxdev03 merged commit e79e4af into master Jul 27, 2024
5 checks passed
Copy link

🎉 This issue has been resolved in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Case insensitive searching
1 participant