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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:07:38+00:00 2026-06-14T20:07:38+00:00

I’ve been trying to find some help on using MySQL’s FULLTEXT search. I realise

  • 0

I’ve been trying to find some help on using MySQL’s FULLTEXT search. I realise that this has been discussed to death, but I can’t quite understand how to get a concise set of results.

I have a MyISAM table of say 500,000 products with a FULLTEXT index setup on the “product_name” table.

A basic query would be:

SELECT * from products MATCH(product_name) AGAINST ("coffee table") AS relevance 
WHERE MATCH(product_name) AGAINST ("coffee table").

I got a list of a few hundred products that relate to either coffee or tables. This wasn’t specific enough and meant that useful results were cluttered with too many other items.

I altered my query to use MATCH to give a relevance to each result, and then used LIKE to perform the actual query.

SELECT * from products MATCH(product_name) AGAINST ("coffee table") AS relevance 
WHERE ((product_name like "%coffee%" AND product_name like "%table%") or product_name like "%coffee table%")

This idea I got from seeing how WordPress performs a search. This worked well until someone performs a search with more specific keywords. A real-world example was a search for “Nike blazer low premium vintage”. In this case, there were no results (whereas the first method using MATCH returned hundreds)

I know I can use IN BOOLEAN MODE, but many users won’t know to use the +/- operators to alter their query. I’m yet to work out how I should use the HAVING clause to limit results.

Also, due to this being shared hosting, I am unable to alter the default min word length – which means missing keywords like the colour “red” or the brand-name “GAP” for example.

I have read a little into creating a keyword index table, but have not found suitable references for this.

Can someone please offer a solution where I can use a product search term (as entered by Joe Public) that will give a concise set of results. Thanks

  • 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-14T20:07:39+00:00Added an answer on June 14, 2026 at 8:07 pm

    I have done more research and as many people have said, it’s not a good solution for “human” like searching – one example is how it handles word plurals (car / cars). I looked at Apache Lucene but it’s beyond my ability to setup and configure.

    For the moment, the “solution” has been to stick with IN BOOLEAN MODE (as Mathieu also suggested).

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

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
This could be a duplicate question, but I have no idea what search terms
I know there's a lot of other questions out there that deal with this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I'm trying to create an if statement in PHP that prevents a single post
I have a jquery bug and I've been looking for hours now, I can't

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.