4

Table Search and UX

  • Held for moderation
  • Live

N
Neel

  • Update search to substring matching (case insensitive)
  • Sort table by time order
  • Select which analyzers to search

A

Activity Newest / Oldest

N

Neel

Status changed to: Live

N

Neel

* Update search to substring matching (case insensitive)
* Sort table by time order
* Select which analyzers to search
* Table export
* Copy / Paste


N

Neel

Merged with: More info when hovering over a data table entry

N

Neel

* Update search to substring matching (case insensitive)
* Sort table by time order
* Select which analyzers to search
* Table export
* Copy / Paste


N

Neel

Merged with: Ability to select & copy rows or cells from the

N

Neel

Status changed to: In progress

N

Neel

* Update search to substring matching (case insensitive)
* Sort table by time order
* Select which analyzers to search
* Table export
* Copy / Paste


N

Neel

Merged with: Analyzer sorting feature

S

Saleae

This is a bit tricky as we scan the DB for the prefix you entered first and grab the first results (for performance reasons). There are ways to solve this though.
Do you usually search for partial value? When you search for the exact match then the order should be correct


F

Frank

i can not search for the whole line (modbus analyzer) as i want to see the change of values on an particular index there to find an supposedly illegal state transition and with the values being used as implicit sorting criteria the time index is more or less useless. I need to export the whole analyzer data and import it in excel or similar to filter my values (maybe i do not know how to use the search properly)

"This is a bit tricky as we scan the DB for the prefix you entered first and grab the first results (for performance reasons)" can't you make a copy of the subset in memory (up to a certain limit for memory saving sake) or use the one single selected sorting preference together with your search?


M

Mark

Could you give me an example of a query that would find what you're looking for? ideally an example of the result you're looking for, and the search you would like to use to find it.


F

Frank

sorry i had to redact it a little, but as you can see in the picture the resulkts are ordered by address and value (i suppose by reading the string) and not by time, making it hard to read the data transitions i want to see