We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When added the search generation to the my doc I can see the title in results but there res.excerpt is undefined
res.excerpt
undefined
screenshots:
ref PR: /pull/17
and the object received from res is
res
{ "link": "/guide/exceptions", "title": "Handling Exceptions", "ref": "935580395", "score": 0.21581771408826872, "matchData": { "metadata": { "database": { "content": {} } } } }
settings.yml
GenerateSearchIndex: true
The text was updated successfully, but these errors were encountered:
Have you added the excerpt to the search fields?
Try with the following added to the boostrapper:
.AddSetting(WebKeys.AdditionalSearchResultFields, new List<string> { Keys.Excerpt })
Sorry, something went wrong.
ok that resolved it thanks but can you add this in docs as well I appreciate it. :)
I Just want to ask one more thing can we set this in our settings.yml?
No branches or pull requests
Hi,
When added the search generation to the my doc I can see the title in results but there
res.excerpt
isundefined
screenshots:
ref PR: /pull/17
and the object received from
res
issettings.yml
The text was updated successfully, but these errors were encountered: