Skip to content

Fixes #5833, Fixes #5835 metatag keywords, source domain. - #5851

Merged
bberndt-uaz merged 6 commits into
mainfrom
issue/5833
Jul 30, 2026
Merged

Fixes #5833, Fixes #5835 metatag keywords, source domain.#5851
bberndt-uaz merged 6 commits into
mainfrom
issue/5833

Conversation

@tadean

@tadean tadean commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Description

This PR adds a dedicated source domain to the index, and includes the metatag keywords, both as the existing values and as versions transformed to hyphenated tags.

Release notes

`az_search_api` will now index the site's XMLsitemap domain, and metatag keywords.

Related issues

#5833
#5835

How to test

  • Complete secrets setup or deploy to pantheon as explained in Fixes #5600 az_search_api document extraction #5610
  • Create some page content.
    • include metatag keywords.
      • Include a single word
      • Include content keywords that are a delimited list
    • Ensure the site has an xmlsitemap base domain set
  • enable az_search_api
  • visit /admin/config/search/search-api/index/az_search_api_index
  • click index now
  • Wait for documents to be indexed ( can take several minutes to commit and be visible in the cluster)
  • Examine documents in the index
  • Verify ss_source_domain contains the base xml site domain
  • Verify tm_X3b_en_keywords contains the keywords split on comma delimiters
  • Verify sm_keyword_tags contains the lowercase keywords with whitespace turned into hyphens

Types of changes

Arizona Quickstart (install profile, custom modules, custom theme)

  • Patch release changes
    • Bug fix
    • Accessibility, performance, or security improvement
    • Critical institutional link or brand change
    • Adding experimental module
    • Update experimental module
  • Minor release changes
    • New feature
    • Breaking or visual change to existing behavior
    • Upgrade experimental module to stable
    • Enable existing module by default or database update
    • Non-critical brand change
    • New internal API or API improvement with backwards compatibility
    • Risky or disruptive cleanup to comply with coding standards
    • High-risk or disruptive change (requires upgrade path, risks regression, etc.)
  • Other or unknown
    • Other or unknown

Drupal core

  • Patch release changes
    • Security update
    • Patch level release (non-security bug-fix release)
    • Patch removal that's no longer necessary
  • Minor release changes
    • Major or minor level update
  • Other or unknown
    • Other or unknown

Drupal contrib projects

  • Patch release changes
    • Security update
    • Patch or minor level update
    • Add new module
    • Patch removal that's no longer necessary
  • Minor release changes
    • Major level update
  • Other or unknown
    • Other or unknown

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My change requires release notes.

@tadean tadean self-assigned this Jul 28, 2026
@tadean
tadean requested review from a team as code owners July 28, 2026 23:46
@tadean tadean added enhancement New feature or request high priority Must get done for this milestone patch release Issues to be included in the next patch release integrations This relates to an integration into a central service. brand change backport-2.x Changes to be back-ported to the 2.x development branch labels Jul 28, 2026
@joeparsons joeparsons moved this from Todo to In Progress in 3.5.0-alpha3 pre-release Jul 29, 2026
trackleft
trackleft previously approved these changes Jul 29, 2026
@joeparsons joeparsons moved this from Todo to In Progress in 3.4.7 bug-fix patch release Jul 29, 2026
@tadean tadean moved this from In Progress to Needs review in 3.4.7 bug-fix patch release Jul 30, 2026
@tadean tadean moved this from In Progress to Needs review in 3.5.0-alpha3 pre-release Jul 30, 2026
Comment thread modules/custom/az_search_api/src/Plugin/search_api/processor/AZSourceDomain.php Outdated
Comment thread modules/custom/az_search_api/src/Plugin/search_api/processor/AZSourceDomain.php Outdated
Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com>
@github-project-automation github-project-automation Bot moved this from Needs review to Ready to merge in 3.4.7 bug-fix patch release Jul 30, 2026
@github-project-automation github-project-automation Bot moved this from Needs review to Ready to merge in 3.5.0-alpha3 pre-release Jul 30, 2026
@bberndt-uaz
bberndt-uaz merged commit 1489d4d into main Jul 30, 2026
33 checks passed
@github-project-automation github-project-automation Bot moved this from Ready to merge to Done in 3.4.7 bug-fix patch release Jul 30, 2026
@bberndt-uaz
bberndt-uaz deleted the issue/5833 branch July 30, 2026 21:04
@github-project-automation github-project-automation Bot moved this from Ready to merge to Done in 3.5.0-alpha3 pre-release Jul 30, 2026
bberndt-uaz pushed a commit that referenced this pull request Jul 30, 2026
Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com>
(cherry picked from commit 1489d4d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-2.x Changes to be back-ported to the 2.x development branch brand change enhancement New feature or request high priority Must get done for this milestone integrations This relates to an integration into a central service. patch release Issues to be included in the next patch release release notes

Projects

Development

Successfully merging this pull request may close these issues.

az_search_api formal source domain field az_search_api keywords functionality

4 participants