fix: searching json number property error#1767
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: e0a8d59 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
PR Review: fix: searching json number property error✅ No critical issues found. Minor observations:
Otherwise clean fix — good refactor of the function name and appropriate use of the default parameter. |
PR Review: fix: searching json number property error
Otherwise the fix is clean — the filter action correctly remains string-only so the |
db1eef5 to
347542f
Compare
|
Would be nice to add some tests for this function. |
|
Claude Code Review
✅ Logic is correct, type detection approach is sound, and test coverage is thorough. |
|
Claude Code Review
✅ Logic is correct, type detection approach is sound, and test coverage is thorough. |
|
Claude Code Review
✅ Logic is correct, type detection approach is sound, and test coverage is thorough. |
2c4231f to
e0a8d59
Compare
E2E Test Results✅ All tests passed • 70 passed • 4 skipped • 837s
Tests ran across 4 shards in parallel. |
Fixes #1238
Fixes HDX-2551
Checks if a property is a number or boolean and chooses the appropriate JSON extract function.