Search Results Linking to Incorrect Headings in Quarto #10793
Unanswered
dtufood-kihen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. Additionally, your example is not reproducible as there are no search engine set. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I’m encountering an issue with the search functionality in Quarto. When I click on an item in the search results, it directs me to the section above the target rather than the specific item I clicked on.
Scenario:
Has anyone else experienced this issue? Is there a way to ensure the search results link to the correct heading directly / item?
I’m using Quarto 1.5.57 on Ubuntu 22.04.4 LTS.
Example:
Here is one of my documents. In this case, when I search on a field name, it always links to the
### Schema for: {resource.name}
heading, rather than to a field one level down.Beta Was this translation helpful? Give feedback.
All reactions