Open kr0st opened 6 years ago
This is a good suggestion for enhancement but might not be very useful thus putting this ticket on hold.
The thing is there are 2 filtering capabilities already, namely history browser and quick filter: first allows to search messages by date, second - to narrow down the selection based on whatever text the message contains.
It's bulk of what is expected to be used extensively, maybe there is a place for more generic MongoDB queries embedded into the fpgui app but definitely not a priority.
Allow multiple combinations of filtering conditions for available fields.
Example:
sequence > 1000 and sequence < 1150 or text contains foobar
etc.
Probably another window will be displayed in addition to HistoryBrowser, for example. This window will allow to add/remove conditions dynamically via UI elements.