Questions tagged [accent-insensitive]

Collation which considers the accented and unaccented versions of letters to be identical for sorting purposes.

62 questions
0
votes
0 answers

Is there any way to search for accented characters in SSRS report viewer?

I am generating a report through SSRS 2014 in which there is a column for location . Some locations have accented characters in their name , which do not appear while searching. In this example Ōtara word can not searched by typing Otara in the…
0
votes
1 answer

How can I perform a case- and accent- insensitive LIKE (substring) query using PredicateBuilder, EF Core 5, and Postgresql 10+?

In SQL Server, it is relatively straight forward to create a case-insensitive, accent-insensitive, LIKE query using EF Core 5 and PredicateBuilder. For example: The user is is trying to find a customer in the database using a standard North…
0
votes
1 answer

MS Access + Postgres Accent / Case insensitive editable filter

I want to filter a form using accent and case insensitive filters. MS Access doesn't support either, but Posgres does. Using these for reference: Does PostgreSQL support "accent insensitive" collations? PostgreSQL: How to make "case-insensitive"…
0
votes
1 answer

Convert accent characters to english using java

I have a requirement where i need to search with accent characters that can be for users from Iceland and Japan. The code which i wrote works for a few accent characters but not all. Below example - À - returns a. Correct. Â - returns a. Correct. Ð…
sTg
  • 4,313
  • 16
  • 68
  • 115
0
votes
1 answer

How to create a custom analyzer to ignore accents and pt-br stopwords using elasticsearch nest api?

First of all, consider that I am using a "News" Class (Noticia, in portuguese) that has a string field called "Content" (Conteudo in portuguese) public class Noticia { public string Conteudo { get; set; } } I am trying to create an index that…
0
votes
1 answer

Amazon RDS + PostgreSQL + accent + like

I'm having a lot of troubles using the configuration described in the title. My problem : I have a PostgreSQL DB 10.0 in AWS RDS The DB is configured with UTF-8 I have a table with descriptions of diseases in french (so, with accents) I want to…
0
votes
2 answers

How I can ignore accent sensitive when I use a regex query in Cloudant Query?

Please help me to ignore accent sensitive in a Cloudant Query I found on the internet a method to ignore case sensitive (?i), it works fine. But doesn't work with accent sensitive. This is a part of my Cloudant Query: { "modelo": { "$regex":…
Rafael Gallardo
  • 143
  • 1
  • 7
0
votes
3 answers

SOLR and accented characters

I have an index for occupations (identifier + occupation):