Const
Default configuration for the manga search service.
export const DEFAULT_SEARCH_CONFIG: SearchServiceConfig = { matchConfig: DEFAULT_MATCH_CONFIG, batchSize: 10, searchPerPage: 50, maxSearchResults: 50, useAdvancedSearch: false, enablePreSearch: true, exactMatchingOnly: false, bypassCache: false,}; Copy
export const DEFAULT_SEARCH_CONFIG: SearchServiceConfig = { matchConfig: DEFAULT_MATCH_CONFIG, batchSize: 10, searchPerPage: 50, maxSearchResults: 50, useAdvancedSearch: false, enablePreSearch: true, exactMatchingOnly: false, bypassCache: false,};
Default configuration for the manga search service.