I'm working with mySQL & CGI(.pm) and need to make a "search engine" for the database. Are there modules that help handle this sort of thing? If not, how would one go about starting to parse a command like
or what have you, pass a command through DBI, and have ranked display based on search relativity? Is this truly the beast it seems to be, or is there an easier way around this?