Jump to content

Plural Searching With Match Against + REGXP


Recommended Posts

I am building a search function using the following code:

$results = mysql_query("SELECT * , MATCH(name,description,keywords,manufacturerid)
                                   AGAINST('+$search' IN BOOLEAN MODE) AS score FROM products WHERE MATCH(name,description,keywords,manufacturerid)
                                   AGAINST('+$search' IN BOOLEAN MODE) AND imageurl !='' ORDER BY score DESC")or die(mysql_error());

 

The problem I am having is that im getting more results when I search for the word "table" than I am for the plural "tables"

 

I would preferably like to display both results for the plural and single variations of each keyword searched.

 

I read on another forum that this can be solved using REGEXP but i have no idea how to implement it.

 

Any help would be much appreciated.

 

Thanks

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.