Skip to content

feat: Split Match into MatchAny and MatchAll - #125

Merged
isaacvando merged 2 commits into
mainfrom
split-match
May 19, 2026
Merged

feat: Split Match into MatchAny and MatchAll#125
isaacvando merged 2 commits into
mainfrom
split-match

Conversation

@isaacvando

Copy link
Copy Markdown
Collaborator

Ticket(s) Closed

This makes Django consistent with what we have in the other ORMs and is a nicer API.

What

Why

How

Tests

@codecov

codecov Bot commented May 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.25%. Comparing base (a3abb5c) to head (75ac29b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
+ Coverage   90.09%   90.25%   +0.15%     
==========================================
  Files          11       11              
  Lines        1272     1272              
  Branches      269      268       -1     
==========================================
+ Hits         1146     1148       +2     
+ Misses         77       76       -1     
+ Partials       49       48       -1     
Flag Coverage Δ
dj4.2 90.25% <100.00%> (+0.15%) ⬆️
dj5.2 90.25% <100.00%> (+0.15%) ⬆️
dj6.0 90.25% <100.00%> (+0.15%) ⬆️
django-paradedb 90.25% <100.00%> (+0.15%) ⬆️
pg15 90.25% <100.00%> (+0.15%) ⬆️
pg16 90.25% <100.00%> (+0.15%) ⬆️
pg17 90.25% <100.00%> (+0.15%) ⬆️
pg18 90.25% <100.00%> (+0.15%) ⬆️
py3.10 90.25% <100.00%> (+0.15%) ⬆️
py3.11 90.25% <100.00%> (+0.15%) ⬆️
py3.12 90.25% <100.00%> (+0.15%) ⬆️
py3.13 90.25% <100.00%> (+0.15%) ⬆️
py3.14 90.25% <100.00%> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
paradedb/__init__.py 85.00% <ø> (ø)
paradedb/search.py 93.21% <100.00%> (+0.32%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@isaacvando
isaacvando merged commit a57ce99 into main May 19, 2026
19 checks passed
@isaacvando
isaacvando deleted the split-match branch May 19, 2026 21:43
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