seeba8 / yet-another-pinboard-extension

Manage your Pinboard bookmarks in your browser.
GNU General Public License v3.0
30 stars 4 forks source link

Searching only returns recent bookmarks #68

Closed benoitlouy closed 1 year ago

benoitlouy commented 1 year ago

I recently started noticing that when searching for a bookmark in the extension it only returns the most recent ones. Older ones don't show up.

I'm using version 1.5.1 of the extension and Firefox 112.0.1

benoitlouy commented 1 year ago

I was able to troubleshoot the issue: one of my pins had the description field set to the false and not to a string.

When searching my pins an exception was being thrown when calling toLowerCase() on the boolean at this line

I deleted the pin and now the extension is working as expected.