Skip to content

improve search match accuracy#1986

Merged
Simek merged 1 commit into
mainfrom
improve-search-matches
Nov 7, 2025
Merged

improve search match accuracy#1986
Simek merged 1 commit into
mainfrom
improve-search-matches

Conversation

@Simek
Copy link
Copy Markdown
Member

@Simek Simek commented Nov 7, 2025

📝 Why & how

Why working on recent changes I have spotted that some GitHub URLs and package names does not return results, even when entry is present in the directory. After debugging search match functionality, I have spotted that we missed the fact that queryString is always lowercased, so in comparisons we also need to lowercase the extracted data part.

Examples of queries not returning results before the changes:

  • YanYuanFE/react-native-signature-canvas
  • https://github.com/adaptyteam/AdaptySDK-React-Native

✅ Checklist

  • Documented in this PR how you fixed an issue or created the feature.

@Simek Simek merged commit c37b63f into main Nov 7, 2025
1 check passed
@Simek Simek deleted the improve-search-matches branch November 7, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant