[
https://issues.apache.org/jira/browse/AIRAVATA-2595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257594#comment-16257594
]
Marcus Christie commented on AIRAVATA-2595:
-------------------------------------------
[~nlad],
Looks like this will require some backend work to add experiment id as a search
field. This is the relevant method:
https://github.com/apache/airavata/blob/d82842ddcf8ae3a57e74db6fb48e872da8df0a27/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/ExperimentRegistry.java#L1360-L1360
* and
https://github.com/apache/airavata/blob/52d923807d672c54923a25b4b138b2efd21e8bc2/modules/registry/registry-server/registry-api-service/src/main/java/org/apache/airavata/registry/api/service/handler/RegistryServerHandler.java#L3306-L3306
I think you just need to add EXPERIMENT_ID as an available search field. The
search is performed using a LIKE so a partial experiment id should find all
matching. See
https://github.com/apache/airavata/blob/c8ee09c3324686722702b9831194e3fe517b606d/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/WorkerResource.java#L670-L670
Let me know if you need any help or have any questions.
Thanks,
Marcus
> User should be able to search for experiments using the partial 'Experiment
> ID' substring and see all experiments which contain that substring.
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AIRAVATA-2595
> URL: https://issues.apache.org/jira/browse/AIRAVATA-2595
> Project: Airavata
> Issue Type: Bug
> Reporter: Neeraj Lad
> Assignee: Neeraj Lad
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)