How can I make fulltext search accent insensitive?

I would like to have the same search result when I type either 'Guia' or 'Guía'. machines in my environment is windows and microsoft sql server

It is possible?

0 votes

1 answers

2643 views

ANSWER



You should configure the database fulltext Catalog as accent insensitive.

This link provides additional info: https://www.outsystems.com/forums/discussion/8934/how-to-install-configure-and-use-full-text-search/

You should also set correctly the parameter

 <fulltext disabled="${nuxeo.vcs.fulltext.disabled}" analyzer="spanish">

in repository-config.xml.

1 votes