cancel
Showing results for 
Search instead for 
Did you mean: 

Search Field is Not Working.

former_member187227
Participant
0 Kudos

Hello Experts,

Search field is not working in Master List .In normal OData without filter is working fine . But Filter OData Is not working for search. Please Gve any solution.

Thank you,

Accepted Solutions (0)

Answers (5)

Answers (5)

Bernard
Participant
0 Kudos

I think your code is incorrect?

Can you try

filters = [oFilter] 

rather than

filters = (oFilter);
developerone
Contributor
0 Kudos

Check your MPC if there is any issue with your model properties. Check if there is an exception while reading simple property methods.

mvaibhav
Contributor
0 Kudos

Looking at the error, it seems that your request is not reaching the back-end.

You are getting a 500 Internal Server error...which probably means either the request timed out or there is some connectivity issue.

junwu
Active Contributor
0 Kudos

you have to code it, just enabling filterable attribute is nothing

former_member516423
Participant
0 Kudos

Hi Vinothkumar,

You may need to check if filter option is implemented in backend or not.

Regards,

Tri

former_member187227
Participant
0 Kudos

Yes I Enable the filterable option in backend .still it not working 😞

former_member516423
Participant
0 Kudos

Could you please put break point in GET_ENTITYSET in backend? See if it stops?