Skip to content

Update API function is changing all properties that contain the string #98

@KalbazJarak

Description

@KalbazJarak

I have a library of TV show based notes and a dataviewjs table that lists the ones I haven't watched. I added a button to this table to update the show once I've watched it by using the update function from the MetaEdit API.

await update("status", "complete", file)

I have a property of "status" for whether I've watched it and an "airingstatus" property that pulls from IMDB whether the show is still airing when the note is created. The issue is when I run the MetaEdit update function it replaces "airingstatus" with just another "status" and sets both to complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions