Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ledger view - improve the Age filter #65

Open
aluccaroni opened this issue Mar 27, 2020 · 0 comments
Open

Ledger view - improve the Age filter #65

aluccaroni opened this issue Mar 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@aluccaroni
Copy link
Contributor

aluccaroni commented Mar 27, 2020

The age filter inside the Ledgers page seems to work erratically

The only way that it works correctly is if i put a simple number and it search the ledger older that the specific age. If I try to put anything else it display strange result (for example <1000 to search for ledger newer than 1000 hours).

The default search should be "less than".
We need to support an "equal than" and "more than".
We need to support a "range" search.

For example:

3000  should search <3000
>3000 should search >3000
=3000 should search exact 3000
<5000,>3000 should search the 3000-5000 range
@aluccaroni aluccaroni added the enhancement New feature or request label Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant