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
JSON anymore, instead...a direct search string (which itself can incorporate
tag(s), date semantics etc.). Thus I've changed the search API method
to simply take a search string (instead of word, tag or important) *AND* to
directly send said search string (instead of JSONifying it).
Thanks @mko237!
Indeed it would be here as the core API code was essentially cloned from Atsuo's package.
Although I can't confirm through WaybackMachine (but I'm positive search worked correctly before), it seems like the raindropio API doesn't take a JSON-encoded search parameter anymore, instead just the same string we'd use through their UI ("searchMe", "#MyTag" etc.).
Thus, I've simplified the API call to Raindrop.search and confirmed that wildcard searches work (either against a single or all collections).
Hi,
I found this package from a comment on this same issue, reported over on the original python-raindropio package.
I switched to this package hoping it would help but seems that it has the same problem.
If you see my comment on the original issue, you should be able to apply the same fix to the line here
Thanks, hope this helps.
The text was updated successfully, but these errors were encountered: