Bugfix
This commit is contained in:
@@ -18,8 +18,9 @@ class MeilisearchPageMarkerListener
|
|||||||
)) {
|
)) {
|
||||||
$debug[] = 'context=event';
|
$debug[] = 'context=event';
|
||||||
|
|
||||||
|
// ✅ FIXED REGEX
|
||||||
if (preg_match(
|
if (preg_match(
|
||||||
'#"#\\\/schema\\\/events\\\/(\d+)"#',
|
'#/schema/events/(\d+)#',
|
||||||
$eventBlock[0],
|
$eventBlock[0],
|
||||||
$m
|
$m
|
||||||
)) {
|
)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user