feat: Introduce Meilisearch (#10755)
* wip * wip * Update SearchService.ts * Update SearchService.ts * wip * wip * Update SearchService.ts * Update CHANGELOG.md * wip * Update SearchService.ts * Update docker-compose.yml.example
This commit is contained in:
		@@ -50,6 +50,7 @@ import { WebhookService } from './WebhookService.js';
 | 
			
		||||
import { ProxyAccountService } from './ProxyAccountService.js';
 | 
			
		||||
import { UtilityService } from './UtilityService.js';
 | 
			
		||||
import { FileInfoService } from './FileInfoService.js';
 | 
			
		||||
import { SearchService } from './SearchService.js';
 | 
			
		||||
import { ChartLoggerService } from './chart/ChartLoggerService.js';
 | 
			
		||||
import FederationChart from './chart/charts/federation.js';
 | 
			
		||||
import NotesChart from './chart/charts/notes.js';
 | 
			
		||||
@@ -171,6 +172,8 @@ const $VideoProcessingService: Provider = { provide: 'VideoProcessingService', u
 | 
			
		||||
const $WebhookService: Provider = { provide: 'WebhookService', useExisting: WebhookService };
 | 
			
		||||
const $UtilityService: Provider = { provide: 'UtilityService', useExisting: UtilityService };
 | 
			
		||||
const $FileInfoService: Provider = { provide: 'FileInfoService', useExisting: FileInfoService };
 | 
			
		||||
const $SearchService: Provider = { provide: 'SearchService', useExisting: SearchService };
 | 
			
		||||
 | 
			
		||||
const $ChartLoggerService: Provider = { provide: 'ChartLoggerService', useExisting: ChartLoggerService };
 | 
			
		||||
const $FederationChart: Provider = { provide: 'FederationChart', useExisting: FederationChart };
 | 
			
		||||
const $NotesChart: Provider = { provide: 'NotesChart', useExisting: NotesChart };
 | 
			
		||||
@@ -295,6 +298,7 @@ const $ApQuestionService: Provider = { provide: 'ApQuestionService', useExisting
 | 
			
		||||
		WebhookService,
 | 
			
		||||
		UtilityService,
 | 
			
		||||
		FileInfoService,
 | 
			
		||||
		SearchService,
 | 
			
		||||
		ChartLoggerService,
 | 
			
		||||
		FederationChart,
 | 
			
		||||
		NotesChart,
 | 
			
		||||
@@ -413,6 +417,7 @@ const $ApQuestionService: Provider = { provide: 'ApQuestionService', useExisting
 | 
			
		||||
		$WebhookService,
 | 
			
		||||
		$UtilityService,
 | 
			
		||||
		$FileInfoService,
 | 
			
		||||
		$SearchService,
 | 
			
		||||
		$ChartLoggerService,
 | 
			
		||||
		$FederationChart,
 | 
			
		||||
		$NotesChart,
 | 
			
		||||
@@ -532,6 +537,7 @@ const $ApQuestionService: Provider = { provide: 'ApQuestionService', useExisting
 | 
			
		||||
		WebhookService,
 | 
			
		||||
		UtilityService,
 | 
			
		||||
		FileInfoService,
 | 
			
		||||
		SearchService,
 | 
			
		||||
		FederationChart,
 | 
			
		||||
		NotesChart,
 | 
			
		||||
		UsersChart,
 | 
			
		||||
@@ -649,6 +655,7 @@ const $ApQuestionService: Provider = { provide: 'ApQuestionService', useExisting
 | 
			
		||||
		$WebhookService,
 | 
			
		||||
		$UtilityService,
 | 
			
		||||
		$FileInfoService,
 | 
			
		||||
		$SearchService,
 | 
			
		||||
		$FederationChart,
 | 
			
		||||
		$NotesChart,
 | 
			
		||||
		$UsersChart,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user