-
Notifications
You must be signed in to change notification settings - Fork 244
DocIndex: Validate if search_field is valid #1264
Copy link
Copy link
Labels
DocArray v2This issue is part of the rewrite; not to be merged into mainThis issue is part of the rewrite; not to be merged into mainarea/document-indexConcerning Document Index or a Document Index backendConcerning Document Index or a Document Index backendgood-first-issueSuitable as your first contribution to DocArray!Suitable as your first contribution to DocArray!
Metadata
Metadata
Assignees
Labels
DocArray v2This issue is part of the rewrite; not to be merged into mainThis issue is part of the rewrite; not to be merged into mainarea/document-indexConcerning Document Index or a Document Index backendConcerning Document Index or a Document Index backendgood-first-issueSuitable as your first contribution to DocArray!Suitable as your first contribution to DocArray!
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
When a user passes a
search_fieldwe should check in the abstract class if it correspons to one of the columns that was parsed from the schema. That we the backend implementer does not have to worry about it, and we can give a uniform error message.