Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Add filter to Accounts entity to allow searching in account.asset field - Closes #3990 #4078

Merged
merged 10 commits into from
Aug 14, 2019

Conversation

pablitovicente
Copy link
Contributor

@pablitovicente pablitovicente commented Aug 14, 2019

What was the problem?

It was not possible to search in the account's asset field

How did I solve it?

By adding new filters asset_contains and asset_exists to the accounts entity

How to manually test it?

run npm run mocha:unit test/mocha/unit/components/storage/entities/account.js and check tests added to this PR

Review checklist

@pablitovicente pablitovicente force-pushed the 3990-add-account-asset-filters-rebased branch from 7a6bf9f to 57d6f81 Compare August 14, 2019 08:47
@lsilvs lsilvs force-pushed the 3990-add-account-asset-filters-rebased branch from 57d6f81 to 8f42e21 Compare August 14, 2019 09:47
Copy link
Contributor

@lsilvs lsilvs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@michielmulders michielmulders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are now a testing warrior! 🚶

@shuse2 shuse2 merged commit 83694a1 into development Aug 14, 2019
@shuse2 shuse2 deleted the 3990-add-account-asset-filters-rebased branch August 14, 2019 14:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add filter to Accounts entity to allow searching in account.asset field
4 participants