Skip to content

fix: include descriptions for reference entries in search index - #1539

Merged
doradocodes merged 1 commit into
processing:mainfrom
slash-init:fix/reference-search-description
Jul 28, 2026
Merged

fix: include descriptions for reference entries in search index#1539
doradocodes merged 1 commit into
processing:mainfrom
slash-init:fix/reference-search-description

Conversation

@slash-init

Copy link
Copy Markdown
Contributor

This PR fixes an issue where reference entries in the generated search index were missing their description field. While the builder verified that a description existed, it never assigned it before creating the search index entry, causing the field to be omitted from the generated JSON and preventing reference descriptions from being indexed for search.

fixes #1537

@doradocodes

Copy link
Copy Markdown
Contributor

@slash-init This looks good! Merging now.

@doradocodes
doradocodes merged commit 83b91a9 into processing:main Jul 28, 2026
7 checks passed
@slash-init

Copy link
Copy Markdown
Contributor Author

@doradocodes Thanks! Just a doubt, don't we have to add a regression test for this bug? I asked the same in the issue thread.

@doradocodes

Copy link
Copy Markdown
Contributor

@slash-init answered your question in the original thread! Thanks for double-checking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reference entries in the generated search index omit their description field

2 participants