mpharo Posted February 13, 2008 Share Posted February 13, 2008 Hello, I have a question. I have a site that i am building search functionality into. The table is about 200 records and wont grow ever passed that and shrinks over time but will never go over 200. Is it worth it to do Full Text Indexing or should I just use a LIKE query then explode the variable to search for each keyword? Thanks, Link to comment https://forums.phpfreaks.com/topic/90914-full-text-search/ Share on other sites More sharing options...
The Little Guy Posted February 13, 2008 Share Posted February 13, 2008 I probably would do the LIKE query, it should query very quickly since it will never go over 200. Link to comment https://forums.phpfreaks.com/topic/90914-full-text-search/#findComment-465981 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.