MOBILE-4616 search: Remove mandatory index.php from link handler pattern
parent
8ea6c00a28
commit
d06e9ec1db
|
@ -27,7 +27,7 @@ import { makeSingleton } from '@singletons';
|
|||
export class CoreSearchGlobalSearchLinkHandlerService extends CoreContentLinksHandlerBase {
|
||||
|
||||
name = 'CoreSearchSearchLinkHandler';
|
||||
pattern = /\/search\/index\.php.*/;
|
||||
pattern = /\/search/;
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
|
Loading…
Reference in New Issue