Kovah/LinkAce

Case-Insensitive Search

已关闭

#993 创建于 2025年8月29日

 (3 条评论) (1 个反应) (0 位负责人)PHP (204 个派生)batch import
EnhancementHelp wanted

仓库指标

星标
 (3,326 个星标)
PR 合并指标
 (平均合并 4天 20小时) (30 天内合并 4 个 PR)

描述

Summary

Searching in LinkAce appears to be case-sensitive. For example; searching for abc does not return results for links titled ABC01. This behavior has confused some users who expect searches to be case-insensitive by default.

Proposed Solution

  • Implement case-insensitive search by default for the /search page
  • Optionally provide a checkbox to enable case-sensitive search filter if needed.

Contribution

I am willing to implement this feature myself. I’d like to confirm with the maintainer:

  • Should case-insensitive search be the default behavior, with case-sensitive as an optional toggle?
  • Or do you prefer a different approach?

Additional Context

Example scenario:

  • Link: ABC01.com
  • Search query: abc01
  • Current behavior: No results.
  • Desired behavior: ABC01.com should be returned.

贡献者指南