Bug0017

Description
Issue with filtering

Using the filter GUI trying to use a filter for example "sourceIP"=21 OR "destinationIP=21 gives an error - debug output is "Logging Service: DBO instance has no attribute dbh.

Trying to find one of LOGICAL_OPERATOR, END, \\

Logged
27-3-07
Logged By
alan
Assigned to
Status
Closed

Get back to the BugIndex


This is because AND and OR were not recognized as logical operators (case sensitivity issue). Added AND,OR as operators now.