Bug : filters in bases

When you create a new database.base
And create a filter, for example, to transfer ::
Note [“Topic-Type”] == [“Browser”]
And then you try to create a new note (note.md) from inside the database.base
The page is intuitively gets the element specified in the filter
But it does not appear inside the database.base
When I try to change the code to:
Note [“Topic-Type”] == “Browser”
This page appears, but the rest of the pages belonging to the same filter disappear
In the event that I did not change the code, I drew to the page and delete the Browser option, and then re -choose it again, the page appears on the database.base !!

If I instead closed and reopened the database.base, nothing changes at all
The same result when I tried to close Obsidian and reopen it

The database.base feature is an amazing feature and I am really proud of my participation in this error with you and your support to fix it
And yes, I tried this in Sandbox according to the rules !!

Sorry, I don’t understand you.. Please, repost this and make sure you follow the bur report template.

Perhaps, attach a screen recording of the problem happening in the sandbox vault.

If I understand your issue correctly, use this filter instead:

note["Topic-Type"].contains("Browser")

That way the new note will have the Topic-Type you set and will show up in the base, and other notes with that Topic-Type will also be displayed.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.