[PR #2011] [MERGED] Use fullText() index for artist and album name columns #2018

Closed
opened 2026-02-26 03:33:03 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: patch-2


📝 Commits (1)

  • 72b9931 Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/2011 **Author:** [@nebulade](https://github.com/nebulade) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`72b9931`](https://github.com/koel/koel/commit/72b9931ef7236031153ca930ff319be28bfe4fa3) Use default size indices for artist_name and album_name ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `database/migrations/2025_07_04_090408_denormalize_artist_albums.php` (+3 -3) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2018
No description provided.