cancel
Showing results for 
Search instead for 
Did you mean: 

Search results with an input

naotoxxx
Participant
0 Kudos
248

Hi, i have this screen:

so i want to search in my odata depending the value of the input when i press my button and display the resullt on the right, i've made apps loading a list and things like that but no like this do someone can tell me where can i read something similar ?

i'm using the northwind's odata and the user write a category in the input so the products that belong of that category are displayed

View Entire Topic
paschmann
Advisor
Advisor

Hello Naoto, you are probably going to want to take your input and filter it using the SAPUI5 Filter: https://sapui5.hana.ondemand.com/#/api/sap.ui.model.Filter/overview this might be helpful. If you are interested in reading more about OData filtering, you can look into this: http://www.odata.org/getting-started/basic-tutorial/#filter