February 15, 201312 yr Hi guys,  how can i implement google image search type functionality.  Ex.: I have a table named, Product, where I have 1000 of records having product image and its description.  when i type in search box and click on search button. the images related to search should be displayed as a result  shown in google image search. Suppose when i type red mercedes, then the result should be displayed  as such in image attached:  Please help me how to execute this in my layout.  Thanks in advance.
February 18, 201312 yr i assume your images are stored or referenced in container fields... first you need to create a method to get a return separated list of id's of the products. A scripted process to go to that table find the records based on criteria. OR use a portal & relationship and your criteria use List ( ) function to get your id List. then use another relationship and use portals each one is changing the row number 1 , 2, 3, 4, 5, 6 ,7 ,8 , 9 depending on how many you wish to have across the screen the match field will be the multi-key to the id in the product table. hope this isn't over simplified
Create an account or sign in to comment