View Single Post
  #15  
Old 06-07-2010, 03:23 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by WhiteDragon View Post
The minimum word length is probably a restriction coming from MySQL Fulltext Search which only allows words of minimum 4 characters (for a good reason, technologically speaking).

If Stefan wanted to support >4 character words he'd have to add a special case for them and try a LIKE '%foo%', but it is possible that would be too intensive on the server... in which case he'd have to turn to an external searching solution like Sphinx or Lucene.

Point is that this might be more complicated than it seems.
Well that would be a problem. Either way, ya, it seems "search in title" seems broken.

Also, thanks Stefan!
Reply With Quote