Closed eryc-cc closed 2 years ago
Per this weeks All Hands, this is possible to implement. I think we can debounce the search similar to how we do it in hot.opensauced and update the data from the API. No need for a special dropdown or search interface.
@bdougie what items are we searching on? repo owner OR repo name using a wildcard style search?
We should optimize for a fuzzy search on the repo name only. We can ignore orgs for now.
While you work on this, For the contributor page, we should search by username or pr_author
I would mark this as blocked for now and use the findOne
endpoint as a placeholder until then. We need at least basic monitoring before we can enable variable search patterns, filtering for stuff we want to look at in the UI is fine but no wildcard searching yet please! 😅
:tada: This issue has been resolved in version 1.16.0-beta.17 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.16.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Summary
Should search within the table of repositories.