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): any
}
anySearches the category in-memory backend with the query.
The search query is passed as the query URL query parameter.
| Parameter | reqInfo: RequestInfo |
|---|---|
| Description | request object |