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

Remove unsearchable properties #4930

Merged
merged 4 commits into from
May 15, 2024

Conversation

donomii
Copy link
Contributor

@donomii donomii commented May 15, 2024

What's being changed:

Fixes #4869

Some aggregate hybrid searches were failing when bm25f attempted to search proeprties that didn't have an index. This patch removes unindexed properties from the search list, allowing the search to complete successfully

Review checklist

  • Documentation has been updated, if necessary. Link to changed documentation:
  • Chaos pipeline run or not necessary. Link to pipeline:
  • All new code is covered by tests where it is reasonable.
  • Performance tests have been run or not necessary.

@donomii donomii changed the title Squash no-search-unsearchable-properties Remove unsearchable properties May 15, 2024
@donomii donomii mentioned this pull request May 15, 2024
4 tasks
@donomii donomii requested a review from antas-marcin May 15, 2024 13:53
@donomii donomii self-assigned this May 15, 2024
@donomii donomii marked this pull request as ready for review May 15, 2024 13:53
@antas-marcin
Copy link
Contributor

Please remove the _debug binary file

Copy link

sonarcloud bot commented May 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@antas-marcin antas-marcin merged commit a2824a4 into stable/v1.25 May 15, 2024
42 checks passed
@antas-marcin antas-marcin deleted the no-search-unsearchable-properties-rebase2 branch May 15, 2024 14:11
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.

None yet

2 participants