Skip to Content
0
Jun 04, 2020 at 12:39 PM

Fuzzy search with oData

594 Views

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.

Attachments

entity.png (38.6 kB)
view.png (20.9 kB)