MicroShaft Posted November 30, 2005 Share Posted November 30, 2005 Ive been reading up on full text search and gone throught the tutorial on this site. Read in many places the FTS is better and faster than a LIKE when dealing with a lot of records. Im tryin to create a search which show all rows which has the word smith in when they search for smith for example smith coppersmith blacksmith smithson currently the full text search works for smith fine when only searching for smith. The only way i could make it show all the other words is by tagging OR fieldname LIKE '%smith%' on the end Am i doing this right or is there another way of doing this. ive also realised if i want to do a full text search on two tables (one field from each) on a inner join its faster using the boolean. can someone confirm this Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.