You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to be able to search through metadata stored for a sample at the project and group level. This will require the use of Arel.sql
Acceptance Criteria
Add a custom search method to the group and project_namespace models (self.search) which will accept a search term as a parameter
Search at the group sample level should work on metadata fields and any other fields in the table
Search at the project sample level should work on metadata fields and any other fields in the table
The text was updated successfully, but these errors were encountered:
Summary
As a user I want to be able to search through metadata stored for a sample at the project and group level. This will require the use of
Arel.sql
Acceptance Criteria
Add a custom search method to the group and project_namespace models (
self.search
) which will accept a search term as a parameterSearch at the group sample level should work on metadata fields and any other fields in the table
Search at the project sample level should work on metadata fields and any other fields in the table
The text was updated successfully, but these errors were encountered: