We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb78b8 commit 56676efCopy full SHA for 56676ef
src/containers/SearchContainer/index.js
@@ -120,6 +120,7 @@ const getSearchResults = async (query) => {
120
(await window.__LUNR__.__loaded) &&
121
window.__LUNR__.en.index.search(query);
122
searchResults = queryResults.map((searchResult) => {
123
+ const doc = window.__LUNR__.en.store[searchResult.ref];
124
categoryMap[doc.sourceInstanceName] = true;
125
return {
126
titlePos: getPositions(searchResult, 'title'),
0 commit comments