• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Search with results as you type...

New Here ,
Oct 02, 2008 Oct 02, 2008

Copy link to clipboard

Copied

I am working on writing a search feature for an intranet application to search on records. We really would like to use some functioanlity like the Adobe.com website uses where it seems to search the database as you type each letter, showing you results real time as you search. Obviously I can write some javascript and CF code to run against the database as each letter is typed using a SQL Like statement. But Im concerned over performance as our DB grows. Are there other tactics I should think about other than just going this method? Something I should use instead to make it run faster and more efficiently.
TOPICS
Advanced techniques

Views

161

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 02, 2008 Oct 02, 2008

Copy link to clipboard

Copied

LATEST
Using autosuggest text input fields

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=ajaxui_7.html#1126821

Like that?

--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com


"MWGrace" <webforumsuser@macromedia.com> wrote in message
news:gc2qr3$chs$1@forums.macromedia.com...
>I am working on writing a search feature for an intranet application to
>search
> on records. We really would like to use some functioanlity like the
> Adobe.com
> website uses where it seems to search the database as you type each
> letter,
> showing you results real time as you search. Obviously I can write some
> javascript and CF code to run against the database as each letter is typed
> using a SQL Like statement. But Im concerned over performance as our DB
> grows.
> Are there other tactics I should think about other than just going this
> method?
> Something I should use instead to make it run faster and more efficiently.
>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation