Skip to content

Commit

Permalink
Remove NYI fields in Pagefind api
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jul 4, 2022
1 parent dac0aa6 commit d41db63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pagefind/src/output/stubs/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ class Pagefind {

log(`Found ${results.length} result${results.length == 1 ? '' : 's'} for "${term}" in ${Date.now() - searchStart}ms (${Date.now() - start}ms realtime)`);
return {
suggestion: "<!-- NYI -->",
matched: "<!-- NYI -->",
results: resultsInterface,
filters: filterObj,
};
Expand Down

0 comments on commit d41db63

Please sign in to comment.