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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:40:52+00:00 2026-05-24T18:40:52+00:00

What I would like to do is search for a specificity word in my

  • 0

What I would like to do is search for a specificity word in my table like so:

SELECT * FROM my_table WHERE MATCH (description) AGAINST ('test');

And this will return all the rows in my_table that contains the string ‘test’.

The problem is this dose not always happen. Meaning it will work sometimes after I have recreated the table.

CREATE TABLE my_table 
(date date, 
time time, 
name varchar(50), 
description text, 
FULLTEXT INDEX (description)) ENGINE=MYISAM;

Because it only happened sometimes it has led me to believe that there must be some problem with the indexing.

So I tried setting the ft_min_word_len to 1 that did nothing.
My MySQLVersion is 5.1.57-community.

Thank you for your help.

  • 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-24T18:40:52+00:00Added an answer on May 24, 2026 at 6:40 pm

    match and against is a natural language search. if your column contains 50% or more of what you pass in the against() parameter, it will be considered common and would not return anything. just use SELECT * FROM my_table WHERE DESCRIPTION LIKE '%test%' where the % wildcard depicts that there is a word or phrase or suffix/prefix before or after.

    here read http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html to learn more

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

Sidebar

Related Questions

I would like to Search for whole word match in MySQL and Hibernate. My
I would like to search tables in sql server for a table that has
I would like to know how to run a file like this: Search-Mailbox -Identity
I have a situation where I would like to search a single word .
I am using this with Gmail's SMTP server, and I would like to search
I would like to search text for words prefiexed by $. Sample records (table
I would like to search within a vector<std::pair<int, vector<int> > > . This won't
I would like to search if in the attribute description (an NSString instance) there
i would like make somethings: <select> <option value=> Please select </option> <option value=search> <
I have a sql search like below: select distinct user_id from wp_usermeta where (

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.