id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 9503,Doesn't catch all matches of pagename.,anonymous,Ryan J Ollos,"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. {{{#!python if thispage: sql += 'AND (w1.text LIKE \'%%[wiki:%s %%\'' % thispage sql += ' OR w1.text LIKE \'%%[wiki:%s]%%\'' % thispage sql += ' OR w1.text LIKE \'%%[%s %%\'' % thispage #New sql += ' OR w1.text LIKE \'%%[%s]%%\'' % thispage #New if self._check_unicode_camelcase(thispage): sql += ' OR w1.text LIKE \'%%\n%s %%\'' % thispage sql += ' OR w1.text LIKE \'%% %s %%\'' % thispage sql += ' OR w1.text LIKE \'%%\n%s\r%%\'' % thispage sql += ' OR w1.text LIKE \'%% %s\r%%\'' % thispage sql += ' OR w1.text LIKE \'%% %s.%%\'' % thispage #New sql += ')' }}}",defect,closed,normal,BackLinksMacro,normal,fixed,,,0.12