Needs review
Project:
Live Search
Version:
5.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2008 at 16:47 UTC
Updated:
26 Jun 2008 at 19:47 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | livesearch.patch | 296 bytes | manarth |
Comments
Comment #1
manarth commentedPatch attached.