oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

Search failed when there is single quote #99

Closed retry51776 closed 10 years ago

retry51776 commented 10 years ago

In \componets\entryFinder.cfc function search line: 103 add: <cfset arguments.searchTerm = replace(replace(arguments.searchTerm,"[","[[]",'all'),"''","'")> will fix

retry51776 commented 10 years ago

Added ,'all' in the outer replace will fix it