-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Searching based on a selected value in a custom column? #271
Comments
right now I'm in the process of adding in-place search and filter: #269 do you mean you wish new options to include / Exclude current Cell: XXX where the value will be added to the include/exclude columns: btw, I'll release version 4.2.5 tomorrow probably with the following release notes: Bug fixes:-Exclude source/module/text does not clear the hints text. #259 Improvements/changes:
|
In this example, I'm thinking - right click on a row in the RequestId column, and start a search for the text in that cell (so, search for all logs entries whose RequestId is '0HM...' rather than having to enter the text in the search field manually |
I hadn't realised that you could do that :-) |
You can combine both header filters and primary filters. They can work together. |
So what i'm asking about is just the ability to start a header filter for the text in a selected cell then. |
I don't understand, you cannot type filter in the specific column's header with the cell text? |
Ah now I understand. Make the process easier /simplify.. 🙂 |
@Numpsy |
Yes, thanks :-) |
A thought that i had while using the 4.2.4 release (I see there have been some search changes recently, so I don't know what the actual unreleased state is), but I did'nt see an option in this version, so:
Say I have something like this log from an ASP.Net Core app:
Where all the log entries have a RequestId property that gets set up by ASP itself.
In this trivial case, all the entries for a request are in a stack, but if there are multiple clients hitting the service at once then you might get the logging for many requests all intermixed.
So - I'm wondering if it would be useful to be able to do something like right click on a cell, and launch a search for all matching values from there (any then use that to get the subset of all events that match that one request)?
The text was updated successfully, but these errors were encountered: