Closed untoldone closed 10 years ago
For example
GET /api/search?limit=10&offset=0&&key1=last_name&op1=eq&value1=JACKSON&key2=first_name&op2=eq&value2=SCOTT&key1=middle_name&op1=eq&value1=BOB
note key1 is specified twice. This currently causes a server crash and should not.
Fixed by 4655201
For example
note key1 is specified twice. This currently causes a server crash and should not.