Feature: Add the ability to search Projects and Users within the App.
Describe the solution you'd like A simple search from where we can find public Projects and Users.
Are you working on this? No
can i work on this issue.
can i work on this issue.
Sure, go ahead 👍
I think Search API is not yet exposed. @Nitish145 knows better.
Search needs to be implemented, check api.circuitverse.org for complete details.
okay sure
I checked api.circuitverse.org but I can't find any direct search API endpoint for projects or users.
@Nitish145, is getting all users using /api/v1/users and doing a search on that list locally a good design?
No, it requires search to be implemented in the api, filtering in client side won't work