DataManager ODataV4 adaptor does not work with ODataV8 api because ODataV8 does not have $search. If I use the Searchbox in the datagrid it formats the string to use $search.
When will datamanager support odatav8 adaptor?
How can I perform search using the searchbox with ODataV8?
https://localhost:44333/odata/ProductV2?$count=true&$orderby=InsertionLoss&$search=test OR test OR test OR test&$filter=(startswith(tolower(Model),%27ct2002%27))&$skip=0&$top=12
message: "The query parameter 'Specified argument was out of the range of valid values. (Parameter '$search')' is not supported."