Search module has two itemid
Create a smart search module. Do not create a search menu item or set an ItemID in the module
Then visit the front end and perform a search with the module
The url is example.com/component/finder/search?q=&Itemid=101
where 101 is the id of the default home page
or even better example.com/component/finder/search?q=
The url is example.com/component/finder/search?q=&Itemid=101&Itemid=101
Only the first of the two itemid is used
Repeat the test but this time add a search menu item or set an ItemID in the module
Then visit the front end and perform a search with the module
The url is example.com/component/finder/search?q=&Itemid=xxx
where xxx is the id of the search menu item or the id of the menu item selected in the module
The url is example.com/component/finder/search?q=&Itemid=101&Itemid=xxx
where xxx is the id of the search menu item or the id of the menu item selected in the module
where 101 is the id of the default home page
Only the first of the two itemid is used
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-26 23:59:40 |
Closed_By | ⇒ | richard67 |
Closing as having a pull request. Please test #36426 . Thanks in advance.