If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Fulltext with inch measurements

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-24-03, 23:41
Quinn Quinn is offline
Registered User
 
Join Date: Nov 2003
Posts: 1
Red face Fulltext with inch measurements

I'm struggling with a database that holds tools and other hardware parts that often contain fractions (eg 3/8" bolt).

Although I seem to be able to do things like

SELECT * FROM desc WHERE desc LIKE '%3/8"%'
or
SELECT * FROM desc WHERE desc LIKE '%3/8""%'
or
SELECT * FROM desc WHERE desc LIKE '%3/8\"%'

I can't seem to get a fulltext search to work if it contains an inch/doublequote mark or if it contains a forward slash. Escaping doesn't seem to help.

I thought I saw somewhere that you had to recompile mysql to allow for the use of these characters in a fulltext search. Anyone have any ideas if this is the fix and if so, where the changes are made?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On