mirror of
https://github.com/aurc/loggo.git
synced 2026-04-26 08:25:56 +03:00
[GH-ISSUE #8] Filter by JSON key #1
Labels
No labels
need more info
need more info
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/loggo#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aurc on GitHub (Jun 25, 2022).
Original GitHub issue: https://github.com/aurc/loggo/issues/8
Originally assigned to: @aurc on GitHub.
Background
A template is either provide or sensed by l'oGGo app. If basically consists of:
"a") and deep keys (e.g."a/b/c")A common workflow when reviewing logs is the ability to tabularly filter out column field values so you can easily focus on a subset of candidate entries of your interest, removing, thus, unnecessary verbose noise.
Feature:
Given an arbitrary number of keys, enable the user to craft filters using any combinations in the set leveraging datatypes common aggregation/filtering standard functions and boolean logic. Example:
Given key set (as in template - some elements like colors removed for brevity):
Wants to filter records in such a way that:
Enable the following:
stringtype:EqualsEqualsIgnoreCaseContainsContainsIgnoreCaseGreaterThanGreaterOrEqualThanLowerThanLowerOrEqualThanRegexBetweenBetweenInclusivebooltype:Equalsdatetimetype:EqualsGreaterThanGreaterOrEqualThanLowerThanLowerOrEqualThanBetweenBetweenInclusivenumbertype:EqualsGreaterThanGreaterOrEqualThanLowerThanLowerOrEqualThanBetweenBetweenInclusive@aurc commented on GitHub (Jul 31, 2022):
Delivered as part of v0.3.0