•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MySQL section within the Web Development category of DaniWeb, a massive community of 425,928 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,671 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MySQL advertiser: Programming Forums
Views: 1343 | Replies: 1
![]() |
•
•
Join Date: Jun 2006
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I'm trying to do a MySQL Query but it doesn't work. MySQL version: 4.0.26
When I put only one argument in MATCH, it shows no error but doesn't return anything
or
When I put two arguments:
It says: "Can't find FULLTEXT index matching the column list", but both nom and nom_en are FULLTEXT indexed and the table "item" is MyISAM.
Anyone can help? thank you
When I put only one argument in MATCH, it shows no error but doesn't return anything
•
•
•
•
SELECT * FROM item WHERE MATCH (nom) against ('Huile');
•
•
•
•
SELECT * FROM item WHERE MATCH (nom_en) against ('Huile');
When I put two arguments:
•
•
•
•
SELECT * FROM item WHERE MATCH (nom,nom_en) against ('Huile');
Anyone can help? thank you
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,901
Reputation:
Rep Power: 32
Solved Threads: 117
Do you actually have a single fulltext index of both columns together?
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
![]() |
•
•
•
•
•
•
•
•
DaniWeb MySQL Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- MyISAM vs InnoDB (MySQL)
- Need authoritative source on safety of resetting ft_min_word_len (MySQL)
- Another mysql_num_rows(): error (PHP)
- I want google to index forum threads (Search Engine Optimization)
- http://scrk.com/passthrough/index.html? HELP !!! (Web Browsers)
Other Threads in the MySQL Forum
- Previous Thread: Help! Don't Know How to Edit includes/config.inc file!!
- Next Thread: One script, multiple databases



Linear Mode