Skip to content

Commit

Permalink
MOBILE-4616 search: Remove mandatory index.php from link handler pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Oct 18, 2024
1 parent 00736dd commit 7017d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { makeSingleton } from '@singletons';
export class CoreSearchGlobalSearchLinkHandlerService extends CoreContentLinksHandlerBase {

name = 'CoreSearchSearchLinkHandler';
pattern = /\/search\/index\.php.*/;
pattern = /\/search/;

/**
* @inheritdoc
Expand Down

0 comments on commit 7017d29

Please sign in to comment.