Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6702061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:00:31+00:00 2026-05-26T07:00:31+00:00

I am trying to build a Query with CAML and it seems it is

  • 0

I am trying to build a Query with CAML and it seems it is working quite well, but I have a problema, I want the Caml to find the value even if it has accented words or not.

For example, now if I search for “Carlos” the caml will get me the list items that contains “carlos” or “CARLOS” or “CaRlOs” or any combination of Capital or small letters. Now I want it to get me too the ones with accented letters for example it shoud return tu “Cárlos” or “carlös” or “càrlos”… ¿is there an option?

The caml query I am using is quite simple, it looks in a Sharepoint list …

carlos

Thanks for any comments !!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:00:32+00:00Added an answer on May 26, 2026 at 7:00 am

    The CAML engine takes in that wretched “query language”, translates the exposed names/value from the schema to the back-end format, builds the appropriate SQL query, and then sends the entire mess off to SQL Server.

    The collation — including insensitivity — rules are part of SQL Server, and not SharePoint (or the CAML engine) itself (although there could be subtle bugs introduced; you have been warned!).

    SQL Server supports different COLLATIONS (including some that are accent-insensitive as well as the “standard” case-insensitive). However, SharePoint runs within a rather limited “supported” configuration — changing the collation may be inadvisable.

    All of the databases required by SharePoint Server use the Latin1_General_CI_AS_KS_WS collation.

    However, it may be possible to hack the appropriate SQL table backing the list with ALTER TABLE and specify an alternate collation such as SQL_Latin1_General_Cp1_CI_AI (AI = Accent-Insensitive, AS = Accent-Sensitive). Your mileage may vary: this is not a supported scenario.

    Another option might be use an item trigger and code-behind to “normalize” all the values — to, say, “carlos”. (These normalized values would be stored in a different column.) The code-behind can use the full power of .NET for this step but does also introduce additional complications/requirements.

    Happy coding.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings all, I have a question. I am trying to build a parametrized query
I am trying to find the best way to build a dynamic linq query
I'm trying to build a jpql query that gives me the average value in
I have been trying to build an SQL query to return matches between three
I am trying to build query in Play framework, I have select * from
I'm trying to build a scheduled query but something is triggering an error, and
Trying to build a linq query based on parameters a user selects (reporting) but
I am trying to build a query, but I am having some difficulty. I
I'm trying to build a query similar to the following, but am unsure if
I'm trying to build a complex query with linq. I have a C# method

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.