feat: Optimize search functionality and AI module integration
- Refactor Manticore search classes for better performance - Update AI module with enhanced processing capabilities - Improve Apps module functionality - Enhance SearchBox Vue component with new features
This commit is contained in:
@@ -25,7 +25,7 @@ class Apps
|
||||
|
||||
$key = 'app_installed_' . $appId;
|
||||
if (RequestContext::has($key)) {
|
||||
return RequestContext::get($key);
|
||||
return (bool) RequestContext::get($key, false);
|
||||
}
|
||||
|
||||
$configFile = base_path('docker/appstore/config/' . $appId . '/config.yml');
|
||||
|
||||
Reference in New Issue
Block a user