Actions
Feature #87237
openMethod=GET not working.
Status:
New
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
Start date:
2018-12-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.2
Tags:
indexed search, amp, get
Complexity:
Sprint Focus:
Description
If you change the method from POST to GET Indexed Seach won't get any parameters.
Tried with a fresh installation of 9.5.1
Example with post (working)
https://pastebin.com/t0PqRjcH
Example with get (not working)
https://pastebin.com/X2qYwFfR
Needed for Google AMP:
https://www.ampproject.org/docs/reference/components/amp-form#attributes
Updated by Marc Wilhelmi almost 6 years ago
If you change the method from POST to GET (In the Partial Form.html) Indexed Seach won't get any parameters.
Tried with a fresh installation of 9.5.1
Example with post (working)
https://pastebin.com/t0PqRjcH
Example with get (not working)
https://pastebin.com/X2qYwFfR
Needed for Google AMP:
https://www.ampproject.org/docs/reference/components/amp-form#attributes
Actions