Results 1 to 4 of 4

Thread: Percent LIKE - Matching

  1. #1

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945

    Percent LIKE - Matching

    How do you come up with percentages for how close of a match a certain result is to a query that contains a LIKE in the WHERE statement?

    And if that's easy enough, how do I order them in the best match order?

    OH, and I'm using MS SQL Server and PHP although as long as someone can give me the SQL theory, I can figure out the rest.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    There was a similar question a while ago, which I gave an answer to. It might be close to what you want:

    http://www.vbforums.com/showthread.p...hreadid=199956

  3. #3

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    Thanks... I'll look into that.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  4. #4
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Leavenworth KS USA
    Posts
    482
    Also look into soundex. There's plenty of free code and different ways to employ it;
    and at it's core it is essentially a "give me the nearest match" methodology.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width