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
Enhance the search functionality by adding specific fields to the search_fields configuration. This update should allow users to search for workflows using various identifiers such as email addresses, ORCID IDs, INSPIRE BAIs, and names.
Technical Notes
Add the following fields to search_fields:
data.email_addresses.value
data.ids.*
data.name.*
data.status
Acceptance Criteria
Users should be able to search using an email address, ORCID ID, INSPIRE BAI, or name and find the corresponding workflow.
For example, if a workflow contains the following data:
Enhance the search functionality by adding specific fields to the search_fields configuration. This update should allow users to search for workflows using various identifiers such as email addresses, ORCID IDs, INSPIRE BAIs, and names.
Technical Notes
Add the following fields to search_fields:
Acceptance Criteria
Users should be able to search using an email address, ORCID ID, INSPIRE BAI, or name and find the corresponding workflow.
For example, if a workflow contains the following data:
A search for 0000-0003-3302-1417, FrankCastle, or [email protected] should return the workflow containing the above data.
The text was updated successfully, but these errors were encountered: