mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-04 12:00:21 +00:00
ignore full: result without highlight
This commit is contained in:
parent
55a73995c8
commit
07016f2cc5
@ -877,9 +877,11 @@ function populateMultiSearchResults(allResults, queryType) {
|
|||||||
if (allFullText.length > 0) {
|
if (allFullText.length > 0) {
|
||||||
for (let i = 0; i < allFullText.length; i++) {
|
for (let i = 0; i < allFullText.length; i++) {
|
||||||
const fullText = allFullText[i];
|
const fullText = allFullText[i];
|
||||||
|
if ("highlight" in fullText) {
|
||||||
const fullTextDiv = createFulltext(fullText);
|
const fullTextDiv = createFulltext(fullText);
|
||||||
fullTextBox.appendChild(fullTextDiv);
|
fullTextBox.appendChild(fullTextDiv);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
if (queryType === "simple" || queryType == "full") {
|
if (queryType === "simple" || queryType == "full") {
|
||||||
fullTextBox.innerHTML = "<p>No fulltext items found.</p>";
|
fullTextBox.innerHTML = "<p>No fulltext items found.</p>";
|
||||||
|
Loading…
Reference in New Issue
Block a user