Opened 13 years ago

Closed 13 years ago

#2156 closed defect (fixed)

case insensitive bind is broke for the search params in the BaseQuery

Reported by: gpotts Owned by: gpotts
Priority: highest Milestone: OMAR Mar 2011
Component: omar Version: OMAR 1.8.8
Severity: critical Keywords:
Cc:

Description

The bind is broke, for empty params may or may not be removed and we can't just stop if we don't find a search name and value. We need to update the BaseQuery to fix this and just loop through all elements

Change History (1)

comment:1 by gpotts, 13 years ago

Resolution: fixed
Status: newclosed

Fixed the case insensitive bind so it loops thorug all variables instead of stopping prematurely. This is casued if someone does not enter a value in the first param but instead puts one in a later param. To test just scroll down to some param input beyond the first one and it should work the same.

Note: See TracTickets for help on using tickets.