in reply to Module suggestions for parsing query words (ala google)?

You'll definitely want to check out Search-Query. In particular check out Search::Query::Dialect::SQL. This is exactly the problem it tries to solve.

  • Comment on Re: Module suggestions for parsing query words (ala google)?

Replies are listed 'Best First'.
Re^2: Module suggestions for parsing query words (ala google)?
by pffan239 (Beadle) on Oct 04, 2010 at 12:44 UTC

    Thanks for the reply!

    This what I was looking for originally!

    I'll probably use the hand coded regex from BrowserUk above for my proof of concept prototype and use this module for the eventual real implementation.