I need to do a keyword search in Java Script using REST API calls in MS Dynamics CRM.
IS it possible to do cause i see only create, update, retrieve and delete REST endpoints.
Please pour your thoughts, how it can be implemented in Javascript and if not in Javascript then how?
And is there a LIKE query option or a similar functionality keyword, which can be used as a filter in the query.
I already tried ODATA Query Designer. I dont have a LIKE query option. So what i did was, I used the substring query option to make the search which is the maximum i can get from ODATA for search.