### Context In order to deprecate search[Object] resolvers, we need to update globalSearch resolver to bring it to the same level of functionality ### Solution - Add includedObject args to search in pre-selected tables - Add record filtering ### Tested on gql api ✅ - Simple search with search term - Search with excluded objects, with included objects, with both and both with search term - Search with id filtering and all args combined - Search with deletedAt filtering and all args combined - from front, search in command menu back end part of https://github.com/twentyhq/core-team-issues/issues/495
Run yarn dev while server running on port 3000