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 9254301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:26:01+00:00 2026-06-18T11:26:01+00:00

In a project that is almost a decade in the past we encoded diacitical

  • 0

In a project that is almost a decade in the past we encoded diacitical marks in a MYSQL database with html entities. All of that seemes bizzare today but be it as it may. The application that uses this database implements a search function and my problem is that the search does not work correctly when the string searched for contains a diacritical mark. Like in: "für"

The simplified MySQL query looks like this:

SELECT kunstwerk. * , kategorie.published, kategorie.bezeichnung
FROM kunstwerk
LEFT JOIN kategorie ON SUBSTRING( kategorie, 1, 7 ) = kategorie_Nr
WHERE published = 'true'
AND published_veto <> 'false'
AND MATCH (titel_DE)
AGAINST (
  '+f&uuml;r '
  IN BOOLEAN MODE
)
ORDER BY kategorie

My problem is that it matches anything that contains "&uuml;" regardless of the surrounding characters in "f&uuml;r".

What is the reason for that?

  • 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-06-18T11:26:02+00:00Added an answer on June 18, 2026 at 11:26 am

    I’m not 100% sure what happens here, but mySQL is clearly choking on the & and ; control characters. (my suspicion it’s ultimately searching only for the uuml part).

    Anyway, wrapping the term in quotes will help:

    AGAINST (
      '+"f&uuml;r" '
      IN BOOLEAN MODE
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In almost all of my projects I have few files that are project wide
I have a large project that consists of several solutions which all contain a
Almost every project that I work will have some sort of tab delimited file
My project that I've spent almost 40hrs on is almost complete, but I have
I have a project that I am almost done with. One thing left that
I have a project that interacts with a database through ADO.net Data Services. The
I'm currently working on a project (that's almost done :D) but I've run into
My project that I am working on is almost finished. I am loading a
I am almost done with one Java project that I have been developing on
The project that I am working on (Node.js) implies lots of operations with the

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.