Que tal

No entiendo el siguiente comportamiento:

replicaee=# select to_tsvector('maria'), to_tsvector('maría');
 to_tsvector | to_tsvector
-------------+-------------
 'mari':1    | 'mar':1         **** diferente lexema ... error!!!
(1 fila)


En cambio para melón:

replicaee=# select to_tsvector('melón'), to_tsvector('melon');
 to_tsvector | to_tsvector
-------------+-------------
 'melon':1   | 'melon':1
(1 fila)


alguna sugerencia para tratar de corregir este problema ?

Versión de postgres: 9.3.4
default_text_search_config = 'pg_catalog.spanish'

Saludos y gracias de antemano!

Responder a