-
-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: feature search basic functionality #5150
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
{ | ||
name: 'query', | ||
schema: { | ||
default: '', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to investigate why the default is not set
{ | ||
name: 'projectId', | ||
schema: { | ||
default: '', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
store should do * or %
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -56,6 +55,8 @@ export default class FeatureSearchController extends Controller { | |||
summary: 'Search and filter features', | |||
description: 'Search and filter by selected fields.', | |||
operationId: 'searchFeatures', | |||
// TODO: fix the type | |||
parameters: featureSearchQueryParameters as any, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thomasheartman can you help here? Do we have a standard method for externalizing query params to a type without type assertions?
About the changes
Basic search
Important files
Discussion points