Skip to content

Re-introducing improve crates endpoint performance (#7941) #8053

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

Merged
merged 5 commits into from
Feb 6, 2024

Conversation

eth3lbert
Copy link
Contributor

This PR re-introduce #7941 and resolves #8052 by reverting the use of the to_tsquery_with_search_config for TsQuery part back to the original code.

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (61f3dbd) 87.34% compared to head (4a95592) 87.38%.
Report is 13 commits behind head on main.

Files Patch % Lines
src/controllers/helpers/pagination.rs 97.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8053      +/-   ##
==========================================
+ Coverage   87.34%   87.38%   +0.04%     
==========================================
  Files         270      270              
  Lines       26089    26191     +102     
==========================================
+ Hits        22787    22888     +101     
- Misses       3302     3303       +1     

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

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
@Turbo87 Turbo87 added C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works A-backend ⚙️ labels Feb 6, 2024
@Turbo87 Turbo87 merged commit a5a9c46 into rust-lang:main Feb 6, 2024
@eth3lbert eth3lbert deleted the count-subq branch March 6, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works
Projects
None yet
Development

Successfully merging this pull request may close these issues.

#7941 broke searches with spaces in them
3 participants