logseq-cuvee icon indicating copy to clipboard operation
logseq-cuvee copied to clipboard

Breaks on query using comma (`,`) character

Open maciejmatczak opened this issue 3 years ago • 0 comments

Hey,

I am using Tue, 01.03.2022 like date format. It looks like plugin makes comma base string cut for analyzing inputs, so my input command:

{{renderer :cuvee, true, (and [[highlight]] (between [[Tue, 01.03.2022]] [[Mon, 11.07.2022]] )) }}

... gets cut to something like:

image

Wrapping in some single quotes, double quotes changes situation a bit, but it still doesn't seem to work correctly.

maciejmatczak avatar Jul 12 '22 13:07 maciejmatczak