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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:12:57+00:00 2026-06-13T01:12:57+00:00

I am having a problem with boolean searching, firstly I thought it was something

  • 0

I am having a problem with boolean searching, firstly I thought it was something wrong with my database/table but then i tried creating following sample table with 1 column and sample values and result is same, it successfully runs for some words and fails for others, any ideas?

Queries that run successfully:

SELECT * FROM `temp` WHERE (match (txt) against ('develo*' IN BOOLEAN MODE)>0 ) 
SELECT * FROM `temp` WHERE (match (txt) against ('devel*' IN BOOLEAN MODE)>0 ) 
SELECT * FROM `temp` WHERE (match (txt) against ('senio*' IN BOOLEAN MODE)>0 ) 

But when I try doing similar search against words ‘second’ or ‘third’, it fails

SELECT * FROM `temp` WHERE (match (txt) against ('secon*' IN BOOLEAN MODE)>0 ) 
SELECT * FROM `temp` WHERE (match (txt) against ('third*' IN BOOLEAN MODE)>0 ) 

— Following is the sample table and values —–

CREATE TABLE IF NOT EXISTS `temp` (
  `txt` varchar(30) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `temp`
--

INSERT INTO `temp` (`txt`) VALUES
('developer'),
('Developer'),
('Developer senior'),
('senior developer'),
('second job'),
('job second'),
('third'),
('third job'),
('job third');
  • 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-13T01:12:58+00:00Added an answer on June 13, 2026 at 1:12 am

    As stopwords list is applied in BOOLEAN MODE match, words second and third are just ignored by the engine.

    You can override the default stopwords list with your own, as described here:

    To override the default stopword list, set the ft_stopword_file system
    variable. […] The variable value should be the path name of the file
    containing the stopword list, or the empty string to disable stopword
    filtering. The server looks for the file in the data directory unless
    an absolute path name is given to specify a different directory. After
    changing the value of this variable or the contents of the stopword
    file, restart the server and rebuild your FULLTEXT indexes.

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

Sidebar

Related Questions

I was having trouble with the following problem in boolean algebra i.e. A+A'B =
I am having a strange problem with boolean logic. I must be doing something
I have following method that does some stringbuilding, but unfortunately i am having problem
I am having a problem with the following code. It seems to be breaking
I'm having a problem with a boolean expression and when I did a logger.debug
I am having problem with the following code, I need to do some modification
I'm working on a very simple flash but having problem compiling to the swf
I'm having a serious brain fart over this but essentially i have a table
I'm having a problem with a generic class I'm creating in Scala. I have
I am having a problem where I dispatch a custom event but the listener

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.