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

fixing bug with fulltext and jpa search filters #6374

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Conversation

TipzCM
Copy link
Collaborator

@TipzCM TipzCM commented Oct 16, 2024

closes #6372

Copy link

github-actions bot commented Oct 16, 2024

Formatting check succeeded!

Copy link
Contributor

@michaelabuckley michaelabuckley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@TipzCM TipzCM enabled auto-merge (squash) October 17, 2024 13:25
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.53%. Comparing base (406db33) to head (0ce3706).
Report is 72 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6374      +/-   ##
============================================
- Coverage     83.54%   83.53%   -0.02%     
- Complexity    27432    27768     +336     
============================================
  Files          1707     1738      +31     
  Lines        106185   107445    +1260     
  Branches      13397    13488      +91     
============================================
+ Hits          88710    89750    +1040     
- Misses        11750    11912     +162     
- Partials       5725     5783      +58     

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

@TipzCM TipzCM merged commit 5b23e1b into master Oct 17, 2024
65 of 66 checks passed
@TipzCM TipzCM deleted the 6372-fixing-search branch October 17, 2024 14:46
tadgh pushed a commit that referenced this pull request Oct 21, 2024
* backport - fixing bug with fulltext and jpa search filters (#6374)

* 2024.08.R05 backport - version bump

---------

Co-authored-by: TipzCM <leif.stawnyczy@gmail.com>
volodymyr-korzh added a commit that referenced this pull request Oct 22, 2024
* backport - fixing bug with fulltext and jpa search filters (#6374)

* 2024.08.R05 backport - version bump

---------

Co-authored-by: TipzCM <leif.stawnyczy@gmail.com>
volodymyr-korzh added a commit that referenced this pull request Oct 26, 2024
* mergeback for 7.4.5

* backport - fixing bug with fulltext and jpa search filters (#6374)

* 2024.08.R05 backport - version bump

---------

Co-authored-by: TipzCM <leif.stawnyczy@gmail.com>

* Updating version to 7.4.5

---------

Co-authored-by: TipzCM <leif.stawnyczy@gmail.com>
Co-authored-by: markiantorno <markiantorno@gmail.com>
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.

Search when combining fulltext search with jpa would sometimes return no results
2 participants