[GH-ISSUE #1667] Partial-word search #910

Closed
opened 2026-02-26 02:34:35 +03:00 by kerem · 1 comment
Owner

Originally created by @redmanmale on GitHub (Apr 16, 2023).
Original GitHub issue: https://github.com/koel/koel/issues/1667

Description
Often I don't know exact words in the name of the song, but some part of it. It would be nice to have an optional (or default) partial/contains/fulltext search mode.

Example
Let's say we have songs with names:

  • say anything
  • something just like this

There's no search results for this words (but they should be):

  • any
  • anyt
  • anyth

Also first song is not found when looking for:

  • thi
  • thin
  • thing
Originally created by @redmanmale on GitHub (Apr 16, 2023). Original GitHub issue: https://github.com/koel/koel/issues/1667 **Description** Often I don't know exact words in the name of the song, but some part of it. It would be nice to have an optional (or default) partial/contains/fulltext search mode. **Example** Let's say we have songs with names: * say anything * something just like this There's no search results for this words (but they should be): * any * anyt * anyth Also first song is not found when looking for: * thi * thin * thing
kerem closed this issue 2026-02-26 02:34:35 +03:00
Author
Owner

@phanan commented on GitHub (Apr 17, 2023):

Koel has full support for fuzzy search.

<!-- gh-comment-id:1512000134 --> @phanan commented on GitHub (Apr 17, 2023): Koel has full support for [fuzzy search](https://docs.koel.dev/#instant-search).
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#910
No description provided.