I ran into a performance issue yesterday trying to use the property query DSL with multiple properties. After a couple hours of digging I found this comment on https://github.com/logseq/logseq/issues/5213# which explained how using the advanced-query syntax mitigated that issue.
This PR adds an example of such a query to the Advanced Query page and links that example to the property section of the main queries page.
Hi. Thanks for the documentation but closing as this perf issue should be fixed with 0.9.3. If you're still experiencing an issue, feel free to chime in that issue with an example
I ran into a performance issue yesterday trying to use the
property
query DSL with multiple properties. After a couple hours of digging I found this comment on https://github.com/logseq/logseq/issues/5213# which explained how using the advanced-query syntax mitigated that issue.This PR adds an example of such a query to the Advanced Query page and links that example to the
property
section of the main queries page.