omnivore-app / logseq-omnivore

Logseq plugin to fetch articles and highlights from Omnivore
MIT License
293 stars 16 forks source link

Potential bug in Logseq advanced filter import #88

Closed dario-ds closed 1 year ago

dario-ds commented 1 year ago

I have setup my Omnivore plugin to filter what to import into Logseq using labels, but this has unfortunately stopped working.

I'm not entirely sure why—it might very well be user error.

The custom query I use is label:\"Sent to Logseq\"

sywhb commented 1 year ago

Hey @dario-ds, would you mind sharing with me a screenshot of your plugin settings except for the API key.

There is a similar issue here: https://github.com/omnivore-app/logseq-omnivore/issues/80

I'm not sure if it is relevant to your case

dario-ds commented 1 year ago

Hi @sywhb - that other issue did help thanks!

The issue was the new custom query language that removed the slashes.

i.e. whereas previously my filter had been label:\"Sent to Logseq\", changing it to label:"Sent to Logseq" did the trick!

sywhb commented 1 year ago

That's awesome to hear @dario-ds

I will close this issue