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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:15:45+00:00 2026-06-17T20:15:45+00:00

i use this query for a fulltextsearch in my table: SELECT Titel FROM cmsa

  • 0

i use this query for a fulltextsearch in my table:

SELECT Titel FROM cmsa WHERE MATCH(Titel) AGAINST ('+"Ort" +"Berlin"' IN BOOLEAN MODE)

but the result is empty.

If i use

SELECT Titel FROM cmsa WHERE Titel LIKE '%Berlin%'

the result would be (without quotes):

"Ort - Berlin"

Why the fulltextsearch didnt find this result. The word “Ort” and the word “Berlin” are both in the field Titel of the entry.

Other fulltext searches works great.

Any Idea?

  • 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-17T20:15:46+00:00Added an answer on June 17, 2026 at 8:15 pm

    I guess it is because MySQL has a server parameter – The minimum length of the word to be included in a FULLTEXT index. Default value for this parameter is 4 so your first word Ort is not included in this index. You should change this system parameter, restart server and then rebuild all FULLTEXT indexes.

    REPAIR TABLE cmsa QUICK;
    
    • Change the full text index minimum word length with MySQL
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need report from multi table I use this query (SQL Server) Select CASE
For fetching records from a table I use this mysql query: SELECT a.id as
I use this query: SELECT pid FROM photo WHERE owner=$friend_id; It works fine, but
When I use this query: SELECT COUNT(*) FROM `my_table` WHERE DATEDIFF(NOW(), updated) > 2
How can i use this query with linq. EmployeeIDs is another table. select *
User.id type INT Avatar.foreign_key type VARCHAR When I use this query: SELECT * FROM
Will this query work? Is it most efficient? SELECT * FROM `posts` WHERE MATCH
In PhpMyAdmin I use this query: SELECT * FROM myrecords where TITLE LIKE %\\\%
I use this query: $result_members = mysql_query(SELECT * FROM members); The results are displayed
I want to use this query: var queryData = from va in xdoc.Descendants(language) select

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.