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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:00:25+00:00 2026-05-23T15:00:25+00:00

I do not get any results for the following query: SELECT * FROM test2

  • 0

I do not get any results for the following query:

"SELECT * FROM test2 WHERE MATCH(txt) AGAINST('hello' IN BOOLEAN MODE)"

while test2 looks like:

id | txt
 1 | ...
 2 | ...
 3 | ...
 4 | ...
.. | ...

txt is 30 characters long (TEXT) and fulltext. I have about 16 records (tiny db) and the word hello is placed almost in every record in txt along with other words. I just wanted to know how full-text search works. So i get zero results and I can’t understand why.

  • 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-23T15:00:26+00:00Added an answer on May 23, 2026 at 3:00 pm

    there are two reasons that you are not getting any results:

    Reason 1: your search word ‘hello’ occurs in too many rows.

    A natural language search interprets
    the search string as a phrase in
    natural human language (a phrase in
    free text). There are no special
    operators. The stopword list applies.
    In addition, words that are present in
    50% or more of the rows are considered
    common and do not match. Full-text
    searches are natural language searches
    if no modifier is given.

    Source: http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html

    Reason 2: your search word ‘hello’ is on the stop-word list.
    Any word on the stopword list will never match!

    Source: http://dev.mysql.com/doc/refman/5.1/en/fulltext-stopwords.html

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

Sidebar

Related Questions

I have a SELECT query that yields multiple results and do not have any
I'm trying to get the following query to work in Hibernate: SELECT m FROM
I tried the following code. Although I don't get any errors, it did not
HEllo , i can not find any way to get horizontal or/and vertical resolution
I am trying to get ActiveRecord to perform the following query: SELECT A.*, B.*,
I have the following query: $sql = SET @rownum := 0; SELECT * FROM
i have following query SELECT *, count(jx_commissions.commission_amount) AS summe FROM jx_members INNER JOIN jx_commissions
I am trying to get the following output format from a CI query and
I would like to perform the following query in HQL: select count(distinct year(foo.date)) from
With the following query I get results that contain the words International AND Shipping

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.