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

Ensure autoimport requests uses indexes #739

Merged
merged 4 commits into from
Jan 6, 2024
Merged

Conversation

lieryan
Copy link
Member

@lieryan lieryan commented Jan 6, 2024

Description

The regular indexes are needed for searching exact matches. This PR adds a nocase index to allow doing prefix search using the LIKE query.

Fixes #736

Checklist (delete if not relevant):

  • I have added tests that prove my fix is effective or that my feature works
  • I have updated CHANGELOG.md

@lieryan lieryan force-pushed the fix-autoimport-nocase-index branch from 8fdf6ae to bd9262f Compare January 6, 2024 14:50
@lieryan lieryan changed the title Add nocase index for autoimport Ensure autoimport requests uses indexes Jan 6, 2024
@lieryan lieryan merged commit 95585e8 into master Jan 6, 2024
34 checks passed
@lieryan lieryan deleted the fix-autoimport-nocase-index branch January 6, 2024 19:33
@lieryan lieryan added this to the 1.12.0 milestone Jan 18, 2024
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.

autoimport does not correctly use index
1 participant