import { DaffSearchCategoryInMemoryBackendService } from '@daffodil/search-category/driver/in-memory'
An in-memory service that stubs out the backend services for searching categories.
@Injectable()
class DaffSearchCategoryInMemoryBackendService implements InMemoryDbService, DaffSearchInMemoryChildBackend {
readonly kind: string = DAFF_SEARCH_CATEGORY_RESULT_KIND
get(reqInfo: RequestInfo_2): any
}
any
Searches the category in-memory backend with the query.
The search query is passed as the query
URL query parameter.
Parameter | reqInfo: RequestInfo_2 |
---|---|
Description | request object |