Skip to content

Fix missing expansions in text queries - [MOD-8142]#5276

Merged
GuyAv46 merged 5 commits intomasterfrom
guyav-MOD-8142
Dec 1, 2024
Merged

Fix missing expansions in text queries - [MOD-8142]#5276
GuyAv46 merged 5 commits intomasterfrom
guyav-MOD-8142

Conversation

@GuyAv46
Copy link
Collaborator

@GuyAv46 GuyAv46 commented Nov 30, 2024

Describe the changes in the pull request

Fixing a bug where we may perform an exact match query instead of a default term search

Mark if applicable

  • This PR introduces API changes
  • This PR introduces serialization changes

@GuyAv46 GuyAv46 changed the title Fix missing expantions in text queries - [MOD-8142] Fix missing expansions in text queries - [MOD-8142] Nov 30, 2024
@GuyAv46 GuyAv46 enabled auto-merge November 30, 2024 17:15
@codecov
Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.70%. Comparing base (98cfcbf) to head (fdc9598).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5276      +/-   ##
==========================================
- Coverage   86.70%   86.70%   -0.01%     
==========================================
  Files         193      193              
  Lines       34752    34749       -3     
==========================================
- Hits        30133    30130       -3     
  Misses       4619     4619              

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

@GuyAv46 GuyAv46 requested a review from alonre24 December 1, 2024 07:08
@GuyAv46 GuyAv46 added this pull request to the merge queue Dec 1, 2024
Merged via the queue into master with commit 89d8f2e Dec 1, 2024
@GuyAv46 GuyAv46 deleted the guyav-MOD-8142 branch December 1, 2024 18:18
@redisearch-backport-pull-request
Copy link
Contributor

Backport failed for 2.8, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 2.8
git worktree add -d .worktree/backport-5276-to-2.8 origin/2.8
cd .worktree/backport-5276-to-2.8
git switch --create backport-5276-to-2.8
git cherry-pick -x 89d8f2e7df59f2ffdf48dfe2f70c7b2677cf8459

@redisearch-backport-pull-request
Copy link
Contributor

Backport failed for 2.6, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 2.6
git worktree add -d .worktree/backport-5276-to-2.6 origin/2.6
cd .worktree/backport-5276-to-2.6
git switch --create backport-5276-to-2.6
git cherry-pick -x 89d8f2e7df59f2ffdf48dfe2f70c7b2677cf8459

redisearch-backport-pull-request bot pushed a commit that referenced this pull request Dec 1, 2024
* added a sanity failing test

* fix bug

* fix tests

* improve test

* add a vector case

(cherry picked from commit 89d8f2e)
@redisearch-backport-pull-request
Copy link
Contributor

Successfully created backport PR for 2.10:

redisearch-backport-pull-request bot pushed a commit that referenced this pull request Dec 1, 2024
* added a sanity failing test

* fix bug

* fix tests

* improve test

* add a vector case

(cherry picked from commit 89d8f2e)
@redisearch-backport-pull-request
Copy link
Contributor

Successfully created backport PR for 8.0:

GuyAv46 added a commit that referenced this pull request Dec 1, 2024
* added a sanity failing test

* fix bug

* fix tests

* improve test

* add a vector case

(cherry picked from commit 89d8f2e)
GuyAv46 added a commit that referenced this pull request Dec 1, 2024
* added a sanity failing test

* fix bug

* fix tests

* improve test

* add a vector case

(cherry picked from commit 89d8f2e)
github-merge-queue bot pushed a commit that referenced this pull request Dec 1, 2024
Fix missing expansions in text queries - [MOD-8142] (#5276)

* added a sanity failing test

* fix bug

* fix tests

* improve test

* add a vector case

(cherry picked from commit 89d8f2e)

Co-authored-by: GuyAv46 <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Dec 1, 2024
Fix missing expansions in text queries - [MOD-8142] (#5276)

* added a sanity failing test

* fix bug

* fix tests

* improve test

* add a vector case

(cherry picked from commit 89d8f2e)

Co-authored-by: GuyAv46 <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Dec 2, 2024
Fix missing expansions in text queries - [MOD-8142] (#5276)

* added a sanity failing test

* fix bug

* fix tests

* improve test

* add a vector case

(cherry picked from commit 89d8f2e)
github-merge-queue bot pushed a commit that referenced this pull request Dec 3, 2024
* Fix missing expansions in text queries - [MOD-8142] (#5276)

* added a sanity failing test

* fix bug

* fix tests

* improve test

* add a vector case

(cherry picked from commit 89d8f2e)

* fixes to optional iterator for 2.6

* test fixes for 2.6

* another attempt

* fix test for  real
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants