You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution @themost/web already implements $search parameter in controllers and services. @themost/express serviceRouter should implement $search by using DataQueryable.search() method.
Description
OData v4 specification describes system query option
$search
which may be used for searching in entity sets.$search
should be implemented also alongside other system query options.http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionsearch
Solution
@themost/web
already implements$search
parameter in controllers and services. @themost/expressserviceRouter
should implement$search
by usingDataQueryable.search()
method.https://github.com/themost-framework/themost/blob/master/modules/%40themost/data/data-queryable.js#L706
The text was updated successfully, but these errors were encountered: