cancel
Showing results for 
Search instead for 
Did you mean: 

Free text search is not getting exact results on top in TableSelectDialog

VenkyM
Participant
0 Kudos

Hello Experts,

In my project we have one F4 help and we used TableSelectDialog for displaying all the data and we used OData model by setting to Two Way binding mode.

In this table we are using free text search (server side filtering) and Our problem is when user searches any text the searched results are not coming on top.

How to get all the matched results on top for server side filtering? I tried setting operation mode as "Client" to do client side filtering but not working.

Please guid eme on this.

Best Regards,

Venkatesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

don't know what you are talking........

it is filtered, they are not on the top?? where are they?

junwu
Active Contributor
0 Kudos

what is not coming on top?

VenkyM
Participant
0 Kudos

Hi Jun Wu,

In the table of select dialog we are displaying some employee data which consists of FirstName and LastName.

When user searches with FirstName and LastName property values in the table ,the data is getting filtered but the relevant search values are not coming on top.

Suppose If user searches for Mankins(FirstName) and user types only "Man" in seach box it should list Mankins on top.

They have implemented search functionality in backend as combination of FirstName + Lastname and it is free text search.

Search value is sending to backend as *Man* in filter Query

Is There any thing to resolve this on client side in sapui5 to list employees with Firstname "Mankins" on top?

Hope you are clear now.

Best Regards,

Venkatesh.