-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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/express serviceRouter should implement $search by using DataQueryable.search() method.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request