Closed jorisvanzundert closed 14 years ago
The WebGUI creates a request POST to the dispatcher having request parameter 'fuzzymatch=true' or 'fuzzymatch=false'. The dispatcher.py evaluates self.request.get( 'fuzzymatch' ), and thus always evaluates to true.
Yes indeed - fix now pushed.
The WebGUI creates a request POST to the dispatcher having request parameter 'fuzzymatch=true' or 'fuzzymatch=false'. The dispatcher.py evaluates self.request.get( 'fuzzymatch' ), and thus always evaluates to true.