Nithya R wrote:
>     say i have a flex site for online shopping... i need a search feature for 
> the products... say i type the product name and it should fetch me the 
> details about the product and all the links associated to it... so for this i 
> need a search engine to be integrated with the flex site... how can i do this?

Well, if the details are regular HTML pages then it's usually easy to 
call up a regular websearch engine to get to that page... a button can 
go to "http://www.google.com/search?q=site%3Amystore.com+"; with your 
search terms after, for instance.

But if the data you want to return is in a database rather than a series 
of HTML files, then you'd submit a query to your database to get the 
info you're seeking, then display it in whichever way your project desires.

I'm not sure I could answer, because a lot depends on where the data is, 
when it gets turned into a display, how you'd like to search... 
different projects seem like they'd pursue different paths here...?

jd





-- 
John Dowdell . Macromedia Developer Support . San Francisco CA USA
Weblog: http://www.macromedia.com/go/blog_jd
Aggregator: http://www.macromedia.com/go/weblogs
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to