Simplify index keyword filter UI and unify q-based push target URLs
This commit is contained in:
parent
a52e0a8bb3
commit
7f45193a6f
2 changed files with 65 additions and 52 deletions
|
|
@ -151,8 +151,7 @@ function try_send_show_notification($job, $jobdir, $mvlog_root = null, $logfile
|
|||
if ($articleTitle === '') $articleTitle = mvlog_nice_title((string)$job);
|
||||
|
||||
$filterUrl = 'https://bubulescu.org/mvlog/?' . http_build_query([
|
||||
'f_title' => $articleTitle,
|
||||
'f_exact' => '1',
|
||||
'q' => $articleTitle,
|
||||
]);
|
||||
|
||||
$payload = json_encode([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue