Opened 12 years ago
Closed 12 years ago
#253 closed defect (fixed)
People lookup: handling commas better
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sometime |
Component: | Membership confirmation | Version: | |
Keywords: | Cc: | ||
Size: | small |
Description
Entering "adehnert@…, adehnert@…" into the People Lookup form 500's and gives:
PROTOCOL_ERROR: {'info': 'Bad search filter', 'desc': 'Protocol error'}
in the email logs. It should probably changed first to fail to return anything, because the filter has proper escaping; and then to actually split on commas (and document the format of the list better) and return useful results.
Change History (2)
comment:1 Changed 12 years ago by adehnert
comment:2 Changed 12 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in: