[ https://issues.apache.org/jira/browse/FINERACT-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892300#comment-15892300 ]
ASF GitHub Bot commented on FINERACT-412: ----------------------------------------- Github user Ippezrobert commented on a diff in the pull request: https://github.com/apache/incubator-fineract/pull/299#discussion_r103930777 --- Diff: fineract-provider/src/main/java/org/apache/fineract/portfolio/search/data/SearchConditions.java --- @@ -43,18 +44,21 @@ public SearchConditions(final String searchQueryParam, final String searchResour SEARCH_SUPPORTED_RESOURCES.LOANS.name().toLowerCase())) ? true : false; this.savingSeach = (null == searchResource || searchResource.toLowerCase().contains( SEARCH_SUPPORTED_RESOURCES.SAVINGS.name().toLowerCase())) ? true : false; + this.shareSeach = (null == searchResource || searchResource.toLowerCase().contains( + SEARCH_SUPPORTED_RESOURCES.SAVINGS.name().toLowerCase())) ? true : false; --- End diff -- I will fix that and send new PR > Add Share account in Global Search > ---------------------------------- > > Key: FINERACT-412 > URL: https://issues.apache.org/jira/browse/FINERACT-412 > Project: Apache Fineract > Issue Type: Improvement > Components: Shares > Reporter: Ippez Roberts > Assignee: Markus Geiss > Labels: Volunteer, p3 > > Currently its not possible to search for Share Account in community-app using > the global search -- This message was sent by Atlassian JIRA (v6.3.15#6346)