Skip to content
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

[openapi] Add search fields to all list endpoints #505

Open
dhirajsb opened this issue Oct 22, 2024 · 1 comment
Open

[openapi] Add search fields to all list endpoints #505

dhirajsb opened this issue Oct 22, 2024 · 1 comment

Comments

@dhirajsb
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Add search fields to leverage filter_query field in mlmd to allow REST API users to search by most important fields in the element types of each list endpoint.

Describe the solution you'd like
Add most important fields as search parameters, e.g. for Artifacts support searching by name, url, custom_properties etc. The implementation can restrict itself to a single comparison operator ILIKE for simplicity, since it's most commonly used.

Describe alternatives you've considered
None

Additional context
Model Registry users may have a very large number of Models, Version, etc. which they need to be able to search and list efficiently.

@dhirajsb
Copy link
Contributor Author

@tarilabs @Al-Pragliola @isinyaaa wdyt?

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

No branches or pull requests

1 participant