id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
9503,Doesn't catch all matches of pagename.,anonymous,rjollos,I had to set up the sql like this to match more variations of the reference in web pages. The most common was page name at the end of a sentence like: Details at SandBox.\r\n\r\n{{{\r\n        if thispage:\r\n              sql += 'AND (w1.text LIKE \\'%%[wiki:%s %%\\'' % thispage\r\n              sql += ' OR w1.text LIKE \\'%%[wiki:%s]%%\\'' % thispage\r\n              sql += ' OR w1.text LIKE \\'%%[%s %%\\'' % thispage        #New\r\n              sql += ' OR w1.text LIKE \\'%%[%s]%%\\'' % thispage        #New\r\n              if self._check_unicode_camelcase(thispage):   \r\n                      sql += ' OR w1.text LIKE \\'%%\\n%s %%\\'' % thispage \r\n                      sql += ' OR w1.text LIKE \\'%% %s %%\\'' % thispage \r\n                      sql += ' OR w1.text LIKE \\'%%\\n%s\\r%%\\'' % thispage \r\n                      sql += ' OR w1.text LIKE \\'%% %s\\r%%\\'' % thispage \r\n                      sql += ' OR w1.text LIKE \\'%% %s.%%\\'' % thispage        #New \r\n              sql += ')' \r\n}}},defect,new,normal,BackLinksMacro,normal,,,,0.12
