Bug report : Dataview query working on desktop does not work on iOS mobile
See original GitHub issueWhat happened?
- Installed dataview as community plugin on iPhone app
- Opened page on mobile with query that works in Desktop Obsidian and returns results against directory of markdown files with yaml frontmatter
- Query on mobile does not return result but gives Dataview: No results to show for table query
DQL
table without ID file.link AS "Name", ping As "Ping"
from "Obsidian/Refs/Peeps"
where ping = "2022w28"
sort "Name" desc
JS
n/a
Dataview Version
Installed 2022-07-13 but not sure how to determine this on mobile
Obsidian Version
1.3.0 (63) API v0.15.6
Device
iPhone 13 Model MLQ63ZP/A
OS
iOS 15.5
Issue Analytics
- State:
- Created a year ago
- Comments:8
Top Results From Across the Web
Queries erroneously report 0 results on mobile. #617 - GitHub
Steps to reproduce the behavior: Open any note containing a query. Open preview view. Leave the device for some time (I've tried up...
Read more >Dataview and Tasks queries don't work on mobile app
The queries work perfectly on the desktop version of Obsidian. I can make recurring tasks with the Tasks plugin, but the queries still...
Read more >IOS Mobile App report refresh issue
You can now pull to refresh in a report (in Windows app you have a refresh button). Does pull to refresh works for...
Read more >App Stopped Working, Refresh your Browser.
Solved: Hi Everyone, I have been having an issue with Sharepoint - PowerApps forms since 2 weeks. all my apps stopped working and...
Read more >The Beginner's Guide to DATAVIEW Obsidian Plugin
The official documentation states: “Dataview is a live index and query ... In the below report example, the fields-names are “Name”, “Phone”, and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately I can’t test this as I’m traveling and only have my phone with me. Managing vaults on iOS is a pain… I tested this a few weeks back and still had problems, so I’m avoiding dataview queries that involves frontmatter properties. I hope that the sample vault I linked above does work to show the problem.
Sorry for being late to this but are you seeing the issue on the latest beta? If so, I’ll try giving this a shot over the weekend.