Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old May 5th, 2003, 01:25 AM
phatcat phatcat is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: west lafayette, ohio, usa
Posts: 9 phatcat User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to phatcat
how do i get my full text search to work?

$query = "SELECT * FROM products WHERE MATCH(item_name, item_desc) AGAINST ('%".$_REQUEST["search_query"]."%') ORDER BY id LIMIT " . $_REQUEST["start"] . ", $number";
//$query = "SELECT * FROM products WHERE item_desc LIKE '%".$_REQUEST["search_query"]."%' OR item_name LIKE '%".$_REQUEST["search_query"]."%' OR item_price LIKE '%".$_REQUEST["search_query"]."%' ORDER BY id LIMIT " . $_REQUEST["start"] . ", $number";
$sql = MySQL_query($query);

$result=mysql_query($query) or die("MySQL Error: ".mysql_errno().": ".mysql_error());

$numOfRows = mysql_num_rows($result);

of course the Like works but when i use my match / against in the query, the page still works, but the results dont show up.


[moved to SQL help by xs0]

Reply With Quote
  #2  
Old May 5th, 2003, 09:51 AM
xs0 xs0 is offline
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Location: Ljubljana, Slovenia
Posts: 760 xs0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: how do i get my full text search to work?

Drop the % characters, they're only used with LIKE...

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > how do i get my full text search to work?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT