This is an automated email from the ASF dual-hosted git repository.
IOhacker pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from ab40aaf69f Merge pull request #6233
add 6e50790d19 FINERACT-2730: add loan and savings transaction search
new 43a21bc8a7 Merge pull request #6211 from
AnvayKharb/fix/FINERACT-2730-transaction-search
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../fineract/portfolio/search/SearchConstants.java | 15 ++-
.../portfolio/search/data/SearchConditions.java | 46 +++++--
.../fineract/portfolio/search/data/SearchData.java | 23 ++++
.../portfolio/search/api/SearchApiResource.java | 5 +-
.../search/api/SearchApiResourceSwagger.java | 18 +++
.../search/service/SearchReadServiceImpl.java | 113 ++++++++++++++--
.../integrationtests/SearchResourcesTest.java | 150 +++++++++++++++++++++
7 files changed, 346 insertions(+), 24 deletions(-)