GithubHelp home page GithubHelp logo

Comments (2)

macbikegeek avatar macbikegeek commented on June 26, 2024 1

Thanks, I mistook the examples that show multiple query lines as meaning each element of the Obsidian query syntax needed to be in a separate query string. Thanks for the clarification - with both path and tag in the single query string the query is working as expected. Thanks for the awesomely quick response!

from obsidian-note-gallery.

pashashocky avatar pashashocky commented on June 26, 2024

@macbikegeek it's a little difficult to help you debug your issue as I don't see what question is being asked. Based on reading your issue, I feel that everything you mention is operating correctly.

In your first search string you are asking for path: TV Shows AND tag: #to-watch. Obsidian will only return the note matching both of those filters.

In the code-block you provided as an example, you have query defined twice, so the second one is taking precedence...

You should try to build your query with the obsidian search menu or use debugQuery: true. Please, let me know if you figure it out or what you want exactly...

The correct syntax is query: 'search string', for example:

~~~~note-gallery
query: 'path: Atlas tag: #test'
debugQuery: true
~~~~
SCR-20240205-ujgi

from obsidian-note-gallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.