- Issue created by @liberatr
- πΊπΈUnited States smustgrave
May be on an older version.
On the latest version admin/appearance/settings/ua_ddrc there is a setting for search URL.
Moved away from relying on block layout for placing a search block and instead it's integrated into the theme header pattern.
- πΊπΈUnited States liberatr Portland, OR
The line I'm referring to is here: https://git.drupalcode.org/project/ui_suite_uswds/-/blob/3.0.x/templates...
It doesn't work with core search.
- πΊπΈUnited States liberatr Portland, OR
As I am working on search, I also noticed the search results don't link to the content. So here:
https://git.drupalcode.org/project/ui_suite_uswds/-/blob/3.0.x/templates...
I have changed it to:
'header_text': {'#markup': '<a href="%s">%s</a>'|format(url, title), '#allowed_tags': ['a']},
- Status changed to Needs review
11 months ago 12:51am 13 June 2024 - πΊπΈUnited States smustgrave
Good thing still an alpha and can add settings.
- πΊπΈUnited States smustgrave
Backstory, moved away from regions in the header as it really didn't make sense since most themes you can't place whatever you want in the header. So instead turned the header into a large pattern consisting of smaller patterns that can be controlled via the theme.
-
smustgrave β
committed e51e7729 on 3.0.x
Issue #3452521: Search form
-
smustgrave β
committed e51e7729 on 3.0.x
- Status changed to Fixed
10 months ago 5:45pm 25 June 2024 - πΊπΈUnited States smustgrave
have a pagination fix I'm going to deploy so will include this.
Hoping to do a beta release in the next week or so and things will be more stable/backwards compatible. Still very influx
Automatically closed - issue fixed for 2 weeks with no activity.