- πΊπΈUnited States damienmckenna NH, USA
Dakwamine: Have you tried Flodevelop's suggestions?
- π¨π¦Canada man-1982
I've faced the same issue.
I have multilingual website en and fr.
I'm trying to show some certain blocks only for 'search' page.
As i'm using Multilanguage setup so i have path for the search page as '/en/search' and '/fr/search'.
The problem appear when i put just '/search' and '/search/*' in conditions.
It doesn't work.
Also it doesn't work if i use language prefix:
/en/search/*
/en/search/fr/search/*
/fr/search - π¨π¦Canada man-1982
I believe the topic https://www.drupal.org/project/block_visibility_groups/issues/3503194 π Visibility incorrectly returns false on OR logic when context missing from a different condition Needs work and current one has the same roots.
I've applied patch from this issue ( https://www.drupal.org/project/block_visibility_groups/issues/3503194 π Visibility incorrectly returns false on OR logic when context missing from a different condition Needs work )
and it works perfect.