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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:34:39+00:00 2026-06-03T16:34:39+00:00

I have a table places(name vachar(50), address text, description text) engine = MYISAM and

  • 0

I have a table places(name vachar(50), address text, description text) engine = MYISAM and few records.

I have been trying to do some example in here!, and searching for the ‘full-text problem’ but i have not clear about fulltext search.

First, i add a fulltext index by:

ALTER TABLE places ADD FULLTEXT(name, address, description);

and try mySQL:

SELECT * FROM places WHERE MATCH(name,address,description) AGAINST('my search key');

i have try some ‘my search key’ that content is in many field, but there are some case i got:

  • now row selected .

  • if i trying add option "IN BOOLEAN MODE" in AGAINST(), result obtained with score =1 , its is meaningless when i sort it .

  • it just show the result when the “search key” has content in field (name).

i tried a lot way but i don’t remember all cases,

Any answer could help!

Thanks in advance!

  • 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-03T16:34:41+00:00Added an answer on June 3, 2026 at 4:34 pm

    Ensure that your key word is not a stop word. To disable or modify the stop word list, you’ll need access to set system variables and restart the server.

    Also, ensure that your key word meets the minimum full text word length. The default minimum length is 4.

    Finally, ensure that the word appears in less than 50% of the records. MySQL won’t return results where the word appears in 50% or more of the records.

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

Sidebar

Related Questions

I have the following 3 classes(mapped to sql tables). Places table: Name(key) Address Capacity
EDIT: Database names have been modified for simplicity I'm trying to get some dynamic
I have a mysql MyISAM table with many rows that contain information about places,
I have an NSFetchedResultsController displaying places in a table view, but when I update
I have two databases at two different places, both databases are same with table
I have table in data base name train delay, with columns train number(int), DelayTime(int),
Suppose I have a table with a column name varchar(20) , and I store
Places Table PlaceId PK Name GeoPoint (GeoPoint type) etc... PlaceCats Table (the join table)
i have following table album_id | sub_album_id | name sdf2342 | 0 | family
I will have a table TABLE1 ID Name Country 1 Anna Singapore 2 Brad

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.