Posted by manarth on June 21, 2008 at 4:47pm
| Project: | Live Search |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Each live search generates a watchdog entry. The watchdog message is 'Search: %keys (%type).'
The %keys and %type variables are not being properly substituted.
The attached patch fixes the message using the same format/substitutions used by the core Search module: e.g.
Live Search: search term (Content).
The patch also changes the watchdog type to livesearch instead of , so it is clear which module generated the message.
Comments
#1
Patch attached.