Deploy on 2026-06-05 12:26:45
This commit is contained in:
@@ -155,9 +155,9 @@ PROMPT;
|
|||||||
|
|
||||||
$type = 'news';
|
$type = 'news';
|
||||||
$opportunityType = 'other';
|
$opportunityType = 'other';
|
||||||
$score = 10;
|
$score = 30;
|
||||||
$tags = [];
|
$tags = [];
|
||||||
$isOpportunity = false;
|
$isOpportunity = true; // Treat all entries as opportunities by default
|
||||||
|
|
||||||
// Keyword patterns
|
// Keyword patterns
|
||||||
if (preg_match('/\b(grant|funding|award|prize)\b/i', $text)) {
|
if (preg_match('/\b(grant|funding|award|prize)\b/i', $text)) {
|
||||||
|
|||||||
1
cli.php
1
cli.php
@@ -19,6 +19,7 @@ if (file_exists($localEnv)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
require_once __DIR__ . '/database/seeds/DatabaseSeeder.php';
|
require_once __DIR__ . '/database/seeds/DatabaseSeeder.php';
|
||||||
|
require_once __DIR__ . '/database/seeds/SourceSeeder.php';
|
||||||
|
|
||||||
use App\Core\Container;
|
use App\Core\Container;
|
||||||
use App\Services\Database\Connection;
|
use App\Services\Database\Connection;
|
||||||
|
|||||||
Reference in New Issue
Block a user