Hello, It sounds like your system may not be setup with full UTF-8 compliance. As you'll see with our demo site (running 6.3), searching on text with UTF-8 characters: http://demo.dspace.org/xmlui/
Since UTF-8 isn't working on your system, my best guess would be that you may not have Tomcat configured properly to support UTF-8. For example, in Tomcat, you should make sure *all of your in use* connectors are configured for UTF-8, for example: <Connector port="8080" ... URIEncoding="UTF-8"/> If you are using port 8443 in Tomcat or port 8009 (AJP) in Tomcat, you should ensure those connectors *also* use UTF-8 encoding. For more on Tomcat configuration for UTF-8, see https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-ServletEngine(ApacheTomcat7orlater,Jetty,CauchoResinorequivalent) Depending on the version of PostgreSQL you are using, you also should ensure UTF-8 encoding is enabled. However, in recent versions, like v9.4 or above, this should be enabled by default. If you are still hitting issues, even after checking your Tomcat and PostgreSQL configuration, let us know on this mailing list. Hopefully others here will have additional ideas of what might be going on. - Tim On Thu, Nov 8, 2018 at 1:11 PM Cristobal Caris <[email protected]> wrote: > Good afternoon, I have a problem in the recovery of authors, because I > search for "Acuña" and does not recover anything, but your search for > "Acuna" if it recovers. > The DSpace version is 6.3, which has been migrated from a DSpace version > 4.8. I appreciate any help. > I have already tried the option of index-discovery -bf and I have had no > results. > > Greetings > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
