justinmind-logo
 
Upvote 1

Link each row in a data list to a different screen?

Answered Victor Conesa 7 years ago

I am prototyping a real-time predictive search. One of interactions I am trying to figure out is, once I use the search bar to filter the item, how do I assign a specific link for a row in a data list to a different screen.


For example


_________search bar


Fruits


Apples


Oranges


Pears


I type in pears and pears appears in my search filter, how do I link pears to another screen?

Replies (1)
photo
1

Hi Lili,


Our predictive search tutorial will show you how to implement this feature. Essentially, a filter action is placed on the data master after any key is pressed. If you like, you can have the filter linked to a specific key as well. You may find the tutorial here:


http://www.justinmind.com/support/pre...


If you would like to create something more similar to what Google search does, you can have the HAS function specify a specific name. For example, if search box value HAS 'sports', then filter to show all sports (basketball, football, etc.).


Then if you want to link the value into anther screen you will need to set an event that when "onclick" - "link to" any other screen.


Hope this has been able to help.


Best,


Sonia Durán

Leave a Comment
 
Attach a file