Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path resolution issue on iOS vs macOS #2510

Open
yakiniku35 opened this issue Jan 20, 2025 · 0 comments
Open

Path resolution issue on iOS vs macOS #2510

yakiniku35 opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working. mobile Issues related to Dataview on mobile Obsidian.

Comments

@yakiniku35
Copy link

What happened?

Description

When using Dataview to query notes from a specific folder, the query works differently on iOS and macOS.

  • On macOS, the query works with the full path: FROM "🧠Brain/📅daily_notes".
  • On iOS, the query only works with the subfolder name: FROM "📅daily_notes".

Expected Behavior

The query should work consistently across both iOS and macOS.

Additional Information

  • I am using iCloud to sync my OBSIDIAN vault between devices.
  • The issue persists even after restarting OBSIDIAN and reinstalling the Dataview plugin.

DQL

  1. Create a folder structure:
    • 🧠Brain/📅daily_notes
  2. Add some Markdown files to 📅daily_notes.
  3. Run the following query on macOS:
    LIST
    FROM "🧠Brain/📅daily_notes"
    
    This works as expected.
  4. Run the same query on iOS:
    LIST
    FROM "🧠Brain/📅daily_notes"
    
    This returns No results to show for list query.
  5. On iOS, the following query works:
    LIST
    FROM "📅daily_notes"
    

JS

Dataview Version

0.5.67

Obsidian Version

Obsidian Version 1.7.7 (Installer 1.7.7)

Device

iPhone12

OS

macOS: 15.1.1(24B91) , iOS Version: 18.2.1

@yakiniku35 yakiniku35 added bug Something isn't working. mobile Issues related to Dataview on mobile Obsidian. labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. mobile Issues related to Dataview on mobile Obsidian.
Projects
None yet
Development

No branches or pull requests

1 participant