Re: [GENERAL] Text search parser's treatment of URLs and emails

2011-02-01 Thread Bruce Momjian
I have added this as a TODO: * Improve handling of plus signs in email address user names, and perhaps improve URL parsing * http://archives.postgresql.org/pgsql-hackers/2010-10/msg00772.php -

Re: [GENERAL] Text search parser's treatment of URLs and emails

2010-10-12 Thread Bruce Momjian
Thom Brown wrote: > Hi, > > I noticed that if I run this: > > SELECT alias, description, token FROM > ts_debug('http://www.postgresql.org:2345/directory/page.html?version=9.1&build=alpha1#summary'); > > I get: > > alias | description | token > --+-

Re: [GENERAL] Text search parser's treatment of URLs and emails

2010-09-29 Thread Thom Brown
On 8 September 2010 21:48, Thom Brown wrote: > Hi, > > I noticed that if I run this: > > SELECT alias, description, token FROM > ts_debug('http://www.postgresql.org:2345/directory/page.html?version=9.1&build=alpha1#summary'); > > I get: > >  alias   |  description  |                              t

[GENERAL] Text search parser's treatment of URLs and emails

2010-09-08 Thread Thom Brown
Hi, I noticed that if I run this: SELECT alias, description, token FROM ts_debug('http://www.postgresql.org:2345/directory/page.html?version=9.1&build=alpha1#summary'); I get: alias | description | token --+---+-