mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #2011] [MERGED] Use fullText() index for artist and album name columns #2018
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2018
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/2011
Author: @nebulade
Created: 7/8/2025
Status: ✅ Merged
Merged: 7/9/2025
Merged by: @phanan
Base:
master← Head:patch-2📝 Commits (1)
72b9931Use default size indices for artist_name and album_name📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
database/migrations/2025_07_04_090408_denormalize_artist_albums.php(+3 -3)📄 Description
Apparently for large text columns, the text index supporting all databases is fullText() https://laravel.com/docs/12.x/migrations#available-index-types
Fixes #2010
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.