Ticket #51 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

Search dialog

Reported by: haypo Assigned to: cyril
Priority: lowest Milestone:
Component: ui-wx Keywords:
Cc:

Description

Search by:

  • Path: /header/width
  • Name using regex: "^image_" (will match image_width, image_height, image_data, ... at any field depth)
  • Size: "size > 32"
  • Address: 100 <= address < 150 (addresses in bits)
  • Value: value == int(10), value == string(""), value == bits(1)
  • Type == "Bits" or type == "Bit" (what about type parent/children?)

And posibility to mix all parameters :-) Creating a query language?

(regex(name, "^image") and size > 32) or address < 150
(match(name, "seq[*]") and name != "seq[0]") and match(path, "/seq[0]/*")
name == "tag" and value != string("end")
...

Attachments

Change History

10/30/06 16:49:07 changed by cyril

"Query language" -- scary stuff.

11/29/06 04:35:28 changed by haypo

  • priority changed from normal to lowest.

Add/Change #51 (Search dialog)