Partial Words search

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Partial Words search

    Hi - can anyone point me to info on how to search on partial words using ASP
    ?
    For instance if a db field contains the product name 'cx-3', but the user
    enters 'cx3'.
    Or if a field contains 'synthesizer' and the user enters 'synthesiser'.

    Thanks

    Darren


    Darren Heinrich Guest

  2. Similar Questions and Discussions

    1. partial word search with FULLTEXT
      MySQL FULLTEXT searches support wildcard suffixes such as: mysql> SELECT * FROM articles WHERE MATCH (title,body) -> AGAINST ('apple*' IN BOOLEAN...
    2. replace words with bold words
      Hello I was wondering if you guys could help me solve this using reg exp, i have a searchpage and a variable keywords that holds a number of...
    3. String question: Returning portion of string with words surrounding highlighted search term?
      I'm looking to find or create an ASP script that will take a string, examine it for a search term, and if it finds the search term in the string,...
    4. Put partial text
      Hi, Reading from the registry I get a string like "C:\Program Files\Abobe\Illustrator\illustrator.exe". set installtypeOverview=...
    5. Partial Index
      Can someone tell if it's possible to partially index a varchar. For instance, I have a varchar(40) field, but I don't want to index all 40...
  3. #2

    Default Re: Partial Words search

    You probably want a "soundex" search. What DBMS are you using?

    --
    Mark Schupp
    Head of Development
    Integrity eLearning
    [url]www.ielearning.com[/url]


    "Darren Heinrich" <dazzjazz@ozemail.com.au> wrote in message
    news:uRWTb.18$%A5.1402@nnrp1.ozemail.com.au...
    > Hi - can anyone point me to info on how to search on partial words using
    ASP
    > ?
    > For instance if a db field contains the product name 'cx-3', but the user
    > enters 'cx3'.
    > Or if a field contains 'synthesizer' and the user enters 'synthesiser'.
    >
    > Thanks
    >
    > Darren
    >
    >

    Mark Schupp Guest

  4. #3

    Default Re: Partial Words search

    I'm using Access unfortunately. Is that what you mean by DBMS ?

    Darren

    "Mark Schupp" <mschupp@ielearning.com> wrote in message
    news:uvZEiVr6DHA.2432@TK2MSFTNGP10.phx.gbl...
    > You probably want a "soundex" search. What DBMS are you using?
    >
    > --
    > Mark Schupp
    > Head of Development
    > Integrity eLearning
    > [url]www.ielearning.com[/url]
    >
    >
    > "Darren Heinrich" <dazzjazz@ozemail.com.au> wrote in message
    > news:uRWTb.18$%A5.1402@nnrp1.ozemail.com.au...
    > > Hi - can anyone point me to info on how to search on partial words using
    > ASP
    > > ?
    > > For instance if a db field contains the product name 'cx-3', but the
    user
    > > enters 'cx3'.
    > > Or if a field contains 'synthesizer' and the user enters 'synthesiser'.
    > >
    > > Thanks
    > >
    > > Darren
    > >
    > >
    >
    >

    Darren Heinrich Guest

  5. #4

    Default Re: Partial Words search

    "Darren Heinrich" <dazzjazz@ozemail.com.au> wrote in message
    news:E9XTb.25$%A5.1582@nnrp1.ozemail.com.au...
    > "Mark Schupp" <mschupp@ielearning.com> wrote in message
    > news:uvZEiVr6DHA.2432@TK2MSFTNGP10.phx.gbl...
    > > "Darren Heinrich" <dazzjazz@ozemail.com.au> wrote in message
    > > news:uRWTb.18$%A5.1402@nnrp1.ozemail.com.au...
    > > > Hi - can anyone point me to info on how to search on partial words
    using
    > > ASP
    > > > ?
    > > > For instance if a db field contains the product name 'cx-3', but
    the
    > user
    > > > enters 'cx3'.
    > > > Or if a field contains 'synthesizer' and the user enters
    'synthesiser'.
    > > >
    > > > Thanks
    > > >
    > > > Darren
    > > >
    > > >
    > > You probably want a "soundex" search. What DBMS are you using?
    > >
    > > --
    > > Mark Schupp
    > > Head of Development
    > > Integrity eLearning
    > > [url]www.ielearning.com[/url]
    > >
    > >
    > I'm using Access unfortunately. Is that what you mean by DBMS ?
    >
    > Darren
    Here's something Google came up with:
    [url]http://groups.google.com/groups?selm=20020110121725.06317.00000155%40mb-fp.aol.com[/url]

    As this relates to ASP, you'll want to investigate the "ASP Soundex
    function" link.

    You might also consider either migrating to a more robust database with
    native SOUNDEX support or (and this seems like overkill) deploy MS
    SQLServer/Oracle and created links to your MS Access database solely for
    the purpose of using the SOUNDEX function.

    Note: The quoted material in this reply was reordered to preserve
    continuity of flow. Please consider posting responses/replies below
    quoted text.

    HTH
    -Chris Hohmann



    Chris Hohmann Guest

  6. #5

    Default Re: Partial Words search

    Thanks Chris - I think I'll have to give that a miss, as it sounds over my
    head and over my clients budget.

    Thanks anyway

    Darren


    "Chris Hohmann" <nospam@thankyou.com> wrote in message
    news:%23KKYZas6DHA.2496@TK2MSFTNGP09.phx.gbl...
    > "Darren Heinrich" <dazzjazz@ozemail.com.au> wrote in message
    > news:E9XTb.25$%A5.1582@nnrp1.ozemail.com.au...
    > > "Mark Schupp" <mschupp@ielearning.com> wrote in message
    > > news:uvZEiVr6DHA.2432@TK2MSFTNGP10.phx.gbl...
    > > > "Darren Heinrich" <dazzjazz@ozemail.com.au> wrote in message
    > > > news:uRWTb.18$%A5.1402@nnrp1.ozemail.com.au...
    > > > > Hi - can anyone point me to info on how to search on partial words
    > using
    > > > ASP
    > > > > ?
    > > > > For instance if a db field contains the product name 'cx-3', but
    > the
    > > user
    > > > > enters 'cx3'.
    > > > > Or if a field contains 'synthesizer' and the user enters
    > 'synthesiser'.
    > > > >
    > > > > Thanks
    > > > >
    > > > > Darren
    > > > >
    > > > >
    > > > You probably want a "soundex" search. What DBMS are you using?
    > > >
    > > > --
    > > > Mark Schupp
    > > > Head of Development
    > > > Integrity eLearning
    > > > [url]www.ielearning.com[/url]
    > > >
    > > >
    > > I'm using Access unfortunately. Is that what you mean by DBMS ?
    > >
    > > Darren
    >
    > Here's something Google came up with:
    >
    [url]http://groups.google.com/groups?selm=20020110121725.06317.00000155%40mb-fp.aol.com[/url]
    >
    > As this relates to ASP, you'll want to investigate the "ASP Soundex
    > function" link.
    >
    > You might also consider either migrating to a more robust database with
    > native SOUNDEX support or (and this seems like overkill) deploy MS
    > SQLServer/Oracle and created links to your MS Access database solely for
    > the purpose of using the SOUNDEX function.
    >
    > Note: The quoted material in this reply was reordered to preserve
    > continuity of flow. Please consider posting responses/replies below
    > quoted text.
    >
    > HTH
    > -Chris Hohmann
    >
    >
    >

    Darren Heinrich Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139