You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chromium Version 111.0.5563.146 (Official Build) Arch Linux (64-bit)
Rust Search Extension 1.10.0
logs
base.js:505 Uncaught (in promise) TypeError: result.item.path.toLowerCase is not a function
at SingleCrateDocSearch.sortResults (base.js:505:41)
at SingleCrateDocSearch.execQuery (base.js:397:21)
at SingleCrateDocSearch.search (base.js:71:21)
at CrateDocSearch.searchAll (crate-doc.js:80:38)
at async QueryEvent.onSearch (main.js:204:20)
at async QueryEvent.performSearch (query-event.js:34:22)
at async Omnibox.performSearch (omnibox.js:200:32)
at async omnibox.js:81:27
sortResults @ base.js:505
execQuery @ base.js:397
search @ base.js:71
searchAll @ crate-doc.js:80
await in searchAll (async)
(anonymous) @ extensions::omnibox:121
The text was updated successfully, but these errors were encountered:
Hi, @notriddle. My extension is broken again due to the changes in the search index. It seems like the item.path has been changed from string to array. Do you know which PR brought such a change? I hope I can figure out how to fix it based on that PR. Thanks. ❤️
search doesn't work sometimes
Information
logs
The text was updated successfully, but these errors were encountered: