Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Using DBIx::FullTextSearch

by trs80 (Priest)
on Sep 21, 2002 at 00:08 UTC ( [id://199670]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    sub search_biography
    ...
        return (\@result);
    }
    
  2. or download this
    
    use DBIx::FullTextSearch;
    ...
        }
    
    }
    
  3. or download this
    
    # full_text_search.pl
    ...
        print "no matches for '", join(' ',@ARGV) , "'";
    }
    
  4. or download this
    full_text_search.pl DBIx_biography Biography trs80
    
  5. or download this
    DBIx_biography = front end table
    
    ...
             this is the table that we will get our final mathes from
    
    trs80          = what to look for
    
  6. or download this
    full_text_search.pl DBIx_biography Biography trs80 jeffa Ovid
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://199670]
Approved by PodMaster
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-18 06:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found