Kovah/LinkAce

Case-Insensitive Search

Closed

#993 opened on Aug 29, 2025

 (3 comments) (1 reaction) (0 assignees)PHP (204 forks)batch import
EnhancementHelp wanted

Repository metrics

Stars
 (3,327 stars)
PR merge metrics
 (Avg merge 4d 20h) (4 merged PRs in 30d)

Description

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.

Contributor guide