It looks like the div class is correctly named offline-search-result, but the script is referencing offlnie-search-max-results.
I haven't noticed any unexpected behavior in offline search functionality, though.
|
$targetSearchInput.data('offlnie-search-max-results') |
It looks like the div class is correctly named
offline-search-result, but the script is referencingofflnie-search-max-results.I haven't noticed any unexpected behavior in offline search functionality, though.
docsy/assets/js/offline-search.js
Line 103 in 02904c3