- Issue created by @tzura
- Status changed to Needs review
4 months ago 4:46pm 30 July 2024 - Status changed to Fixed
4 months ago 7:14pm 30 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Currently, only one promotion is allowed for any given search keyword. The form for adding a promotion will validate false if a promotion already exists for any of the trigger words.
This is an oversight. Google Programmable Search allows multiple promotions for any given search keyword. This module should follow suit.
- Add a promotion with the keyword/trigger word of 'test'.
- Add it again.
- Two should be allowed, but currently only one is permitted.
Two things need to happen:
- Remove the validation that is preventing mulitple promos for the same keyword.
- Add looping on the SERP to ensure multiple promos are displayed if they exist.
Automatically closed - issue fixed for 2 weeks with no activity.