question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`where` not respected after upgrading to 0.4.0

See original GitHub issue

Its seems upgrading has broken all my tables as they pull false positives. It seems that something in the where parameter is not being respected.

Typical Example:

table Topic, Message
from #message 
where contains(projects, this.file.link)
sort file.mtime asc

Where my page would have:

Projects:: [[linked page]]

It seems that tables that just refer to this.file.link also pull many false positives, so it may not just be contains either.

Great work. Good to see it progressing forward.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
blacksmithgucommented, Jul 11, 2021

Also had to fix link comparisons. See if this issue is solved in release 0.4.1, which has just come out.

0reactions
Calhistoriancommented, Jul 12, 2021

I can confirm, that the issues I saw are now solved. Swift solution! Awesome! Similar to the comments above, I could deal with not using Dataview, but who wants to do that!

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-update does NOT follow SemVer · Issue #3579 · npm/cli
This command will update all the packages listed to the latest version (specified by the tag config), respecting the semver constraints of ...
Read more >
Upgrade Guides | Nomad
The log_file configuration option was not being fully respected, as the generated filename would include a timestamp. After upgrade, the active log file ......
Read more >
Upgrading — Vagga 0.8.1 documentation - Read the Docs
The /etc/resolv.conf and /etc/hosts files are now cleaned after container build and mounted over by system files. This may slightly tweak behavior when...
Read more >
Upgrading the Postgres Operator Release
This topic provides steps to upgrade the Postgres operator currently deployed in your Kubernetes cluster to a new Postgres operator version.
Read more >
Upgrading the Operator - GitLab Docs
To address this, identify a valid version from that release's available chart versions. For example: when upgrading from Operator 0.4.0 to 0.4.1 ,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found