Bug #36556
Tags from preselected filters result in invalid query
| Status: | Resolved | Start date: | 2012-04-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
When preselecting a filter in ke_search 1.0.0 an invalid SQL query gets built in buildSearchphrase(). The tags passed to the function are of type array but get treated as a string when quoting. This results in empty tags or "Array" as a tag.
The attached patch fixes the handling of the array of tags.
History
Updated by Christian Buelter about 1 year ago
- Status changed from New to Resolved
Thanks, committed to trunk, will be in next version.