I have annotated Entity & view to enable fuzzy search(.hdbcds file) as follows:entity.pngview.png
Now I try to fetch the results using /drillDown.xsodata/learningelement?search=SAP
.xsodata:
service {
"myDb_db::learningElementView" as "learningelement" keys ("leid")
create forbidden
update forbidden;
}
But it returns all the data, whatever might be the search string. Unable to understand what I have missed.