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

  • Home
  • SEARCH
  • 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 6931365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:34:03+00:00 2026-05-27T11:34:03+00:00

table structure (type : MyISAM) user_name varchar(30) function_type varchar(30) function_name varchar(30) function_description text FULLTEXT

  • 0

table structure (type : MyISAM)

    user_name              varchar(30)                               
function_type              varchar(30)                                   
function_name              varchar(30)                                   
function_description       text 

FULLTEXT :

KEYNAME:             TYPE:                          FIELD:
PRIMARY BTREE       BTREE                          function_name
full_text           FULLTEXT                       function_description             

AND i have these values on the column “function_description” :

function_description:

akram lofaif 
that is das
akram is blum test
adnan is fine

And when i tried to get back some values like this :

SELECT * FROM functions
     WHERE MATCH (function_description)
     AGAINST ('akram' IN NATURAL LANGUAGE MODE)

it did give back NOTHING !

  • 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-27T11:34:03+00:00Added an answer on May 27, 2026 at 11:34 am

    The documentation for Fulltext Indexes states, that a fulltext search for a word yields no results, if the word appears too often:

    A word that matches half of the rows in a table is less likely to
    locate relevant documents. In fact, it most likely finds plenty of
    irrelevant documents. We all know this happens far too often when we
    are trying to find something on the Internet with a search engine. It
    is with this reasoning that rows containing the word are assigned a
    low semantic value for the particular data set in which they occur. A
    given word may reach the 50% threshold in one data set but not
    another.

    If you’re just trying it out, add some more data to your table, where the word akram is not included, in order to reduce the number of rows identified.

    If this should be your production table, you might want to try the BOOLEAN mode, which does not follow the natural language limitation:

    SELECT * FROM functions
         WHERE MATCH (function_description)
         AGAINST ('akram' IN BOOLEAN MODE)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is a table structure (e.g. test): Field Name Data Type id BIGINT (20)
Please consider following sample table structure: +-------------------------------+--------------+------+-----+---------+-------+ | Field | Type | Null |
Table structure: +-------------+----------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default |
I have the following table structure: +----------+------------------------+------+-----+------------------------------------------+----------------+ | Field | Type | Null |
My table structure is: TABLE `licenses` ( `id` int(11) NOT NULL auto_increment, `code` varchar(30)
I have following table structure: CREATE TABLE pilot_groups ( id INT PK, name VARCHAR(50),
I have the following table structure ZoneID int ZoneName varchar(50) I need to get
I am trying to design a table type structure that contains rows and cells.
I have a MySQL table structured somewhat like this: type name value ===================== 1
Table structure- int PrimaryKey DateTime Date int Price What I would like to do

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.