feat(core): add query param to global endpoints (eg /users) #112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to help search through the known set of users/organizations/etc it helps to have a general query param that searches through the items. For example, I want to be able to search for "meta research" and find anyone who mentions this in their bio. Or find anyone who mentions "hartgerink"
This is a first step to powerful search only, of course.