GNOME Bugzilla – Bug 600744
Unable to search terms with special characters in logs
Last modified: 2010-09-28 09:08:33 UTC
In my logs, I have this sentence : "I'll be back". When I search "I'll be back" I didn't find anything. But if I search "I'll be back", I find my sentence ! Possible solutions : - do not HTMLEncode, so use CDATA around message content - HTMLDecode before search
Created attachment 171230 [details] [review] proposed fix
I thinks this should be done in tp-logger directly. Clients shouldn't have to care about the way the logger encodes data. Could you open a logger bug on bugs.freedesktop.org please?
Done: https://bugs.freedesktop.org/show_bug.cgi?id=30414