Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Fuzzy Searching: Optimizing Algorithm Selection

by dragonchild (Archbishop)
on Nov 11, 2004 at 00:50 UTC ( [id://406864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    SELECT string
      FROM some_table
     WHERE string = ?
        OR off_by( 1, string, ? )
        OR off_by( 2, string, ? )
    
  2. or download this
    string char(25)
    match  char(25)
    off_by int(1)
    
  3. or download this
    SELECT string
      FROM some_table
     WHERE string = ?
        OR ( match = ? and off_by = 1 )
        OR ( match = ? and off_by = 2 )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-03-28 17:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found